Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +21 -20
requirements.txt
CHANGED
@@ -1,20 +1,21 @@
|
|
1 |
-
sumy
|
2 |
-
lexrank
|
3 |
-
rouge
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
streamlit
|
7 |
-
pdfminer.six
|
8 |
-
sentence_transformers
|
9 |
-
pymilvus
|
10 |
-
pymupdf
|
11 |
-
networkx
|
12 |
-
matplotlib
|
13 |
-
plotly
|
14 |
-
d3blocks
|
15 |
-
bs4
|
16 |
-
langchain
|
17 |
-
huggingface_hub
|
18 |
-
faiss-cpu
|
19 |
-
unstructured
|
20 |
-
spacy>=3.0.0,<4.0.0
|
|
|
|
1 |
+
sumy
|
2 |
+
lexrank
|
3 |
+
rouge
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
streamlit
|
7 |
+
pdfminer.six
|
8 |
+
sentence_transformers
|
9 |
+
pymilvus
|
10 |
+
pymupdf
|
11 |
+
networkx
|
12 |
+
matplotlib
|
13 |
+
plotly
|
14 |
+
d3blocks
|
15 |
+
bs4
|
16 |
+
langchain
|
17 |
+
huggingface_hub
|
18 |
+
faiss-cpu
|
19 |
+
unstructured
|
20 |
+
spacy>=3.0.0,<4.0.0
|
21 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
|