Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -16
requirements.txt
CHANGED
@@ -1,18 +1,9 @@
|
|
1 |
-
|
2 |
-
typer==0.4.0
|
3 |
-
torch
|
4 |
-
streamlit==1.14.0
|
5 |
pandas==1.3.5
|
6 |
-
|
7 |
-
evaluate==0.3.0
|
8 |
-
datasets==2.6.1
|
9 |
-
numpy==1.21.6
|
10 |
-
gensim==3.8.3
|
11 |
-
spacy==3.4.2
|
12 |
-
spacy-legacy==3.0.10
|
13 |
-
spacy-loggers==1.0.3
|
14 |
-
pysummarization==1.1.9
|
15 |
regex==2022.9.13
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
1 |
+
streamlit==1.13.0
|
|
|
|
|
|
|
2 |
pandas==1.3.5
|
3 |
+
numpy==1.20.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
regex==2022.9.13
|
5 |
+
spacy==3.2.3
|
6 |
+
scispacy==0.5.0
|
7 |
+
click==7.1.2
|
8 |
+
typer==0.4.0
|
9 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/en_ner_bc5cdr_md-0.5.0.tar.gz
|