Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -3,9 +3,12 @@ pandas==1.3.5
|
|
3 |
numpy==1.20.0
|
4 |
regex==2022.9.13
|
5 |
spacy==3.0.8
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
negspacy==1.0.3
|
|
|
|
|
|
|
10 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_sm-0.4.0.tar.gz
|
11 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_ner_bc5cdr_md-0.4.0.tar.gz
|
|
|
3 |
numpy==1.20.0
|
4 |
regex==2022.9.13
|
5 |
spacy==3.0.8
|
6 |
+
spacy-legacy==3.0.10
|
7 |
+
spacy-loggers==1.0.3
|
8 |
+
scispacy==0.5.1
|
9 |
negspacy==1.0.3
|
10 |
+
click==7.1.2
|
11 |
+
typer==0.3.2
|
12 |
+
|
13 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_sm-0.4.0.tar.gz
|
14 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_ner_bc5cdr_md-0.4.0.tar.gz
|