Commit
·
f64ecce
1
Parent(s):
d7e3229
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
pip==23.1.2
|
2 |
-
robust-deid==0.1.0
|
3 |
tokenizers==0.10.1
|
4 |
transformers==4.11.3
|
5 |
-
rich==12.2.0
|
6 |
torch==1.11.0
|
7 |
tensorflow==2.8.0
|
8 |
numpy==1.22.1
|
@@ -22,5 +20,6 @@ scispacy==0.5.0
|
|
22 |
datasets==1.9.0
|
23 |
allennlp==2.10.0
|
24 |
pycorenlp==0.3.0
|
|
|
25 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/en_core_sci_sm-0.5.0.tar.gz
|
26 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/en_core_sci_lg-0.5.0.tar.gz
|
|
|
1 |
pip==23.1.2
|
|
|
2 |
tokenizers==0.10.1
|
3 |
transformers==4.11.3
|
|
|
4 |
torch==1.11.0
|
5 |
tensorflow==2.8.0
|
6 |
numpy==1.22.1
|
|
|
20 |
datasets==1.9.0
|
21 |
allennlp==2.10.0
|
22 |
pycorenlp==0.3.0
|
23 |
+
robust-deid==0.1.0
|
24 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/en_core_sci_sm-0.5.0.tar.gz
|
25 |
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/en_core_sci_lg-0.5.0.tar.gz
|