Commit
·
f779fa6
1
Parent(s):
765fe1f
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -10,14 +10,14 @@ jupyterlab==3.2.9
|
|
10 |
ipywidgets==7.6.5
|
11 |
matplotlib==3.5.1
|
12 |
beautifulsoup4==4.10.0
|
13 |
-
spacy==3.0
|
14 |
nodejs==0.1.1
|
15 |
stanza==1.3
|
16 |
wget==3.2
|
17 |
seqeval
|
18 |
-
scispacy==0.
|
19 |
datasets==1.9.0
|
20 |
allennlp==2.10.0
|
21 |
pycorenlp==0.3.0
|
22 |
-
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_sm-0.
|
23 |
-
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_lg-0.
|
|
|
10 |
ipywidgets==7.6.5
|
11 |
matplotlib==3.5.1
|
12 |
beautifulsoup4==4.10.0
|
13 |
+
spacy==3.1.0
|
14 |
nodejs==0.1.1
|
15 |
stanza==1.3
|
16 |
wget==3.2
|
17 |
seqeval
|
18 |
+
scispacy==0.5.0
|
19 |
datasets==1.9.0
|
20 |
allennlp==2.10.0
|
21 |
pycorenlp==0.3.0
|
22 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_sm-0.5.0.tar.gz
|
23 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_lg-0.5.0.tar.gz
|