Spaces:
Build error
Build error
missing packages
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -11,6 +11,7 @@ pandas
|
|
11 |
pdftotext
|
12 |
Pillow==9.1.1
|
13 |
PyMuPDF==1.19.6
|
|
|
14 |
requests
|
15 |
scholarly
|
16 |
scikit_learn
|
@@ -18,6 +19,9 @@ sentence_transformers
|
|
18 |
sentencepiece
|
19 |
setuptools
|
20 |
spacy
|
|
|
|
|
|
|
21 |
streamlit
|
22 |
summarizer
|
23 |
tabula
|
@@ -25,6 +29,5 @@ tabula_py
|
|
25 |
tensorflow
|
26 |
tensorflow_hub
|
27 |
torch
|
28 |
-
|
29 |
-
transformers==4.17.0
|
30 |
unicodedata2
|
|
|
11 |
pdftotext
|
12 |
Pillow==9.1.1
|
13 |
PyMuPDF==1.19.6
|
14 |
+
pdfminer3k
|
15 |
requests
|
16 |
scholarly
|
17 |
scikit_learn
|
|
|
19 |
sentencepiece
|
20 |
setuptools
|
21 |
spacy
|
22 |
+
scispacy
|
23 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/en_core_sci_scibert-0.5.0.tar.gz
|
24 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/en_core_sci_lg-0.5.0.tar.gz
|
25 |
streamlit
|
26 |
summarizer
|
27 |
tabula
|
|
|
29 |
tensorflow
|
30 |
tensorflow_hub
|
31 |
torch
|
32 |
+
transformers
|
|
|
33 |
unicodedata2
|