Spaces:
Build error
Build error
kkhushisaid
commited on
Commit
•
ae7099f
1
Parent(s):
b3738e8
Update requirements.txt
Browse files- requirements.txt +24 -1
requirements.txt
CHANGED
@@ -6,4 +6,27 @@ huggingface-hub>=0.15.0
|
|
6 |
numpy>=1.24.0
|
7 |
torch>=1.13.0
|
8 |
robust-deid
|
9 |
-
scikit-learn>=1.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
numpy>=1.24.0
|
7 |
torch>=1.13.0
|
8 |
robust-deid
|
9 |
+
scikit-learn>=1.2.0
|
10 |
+
pip==23.1.1
|
11 |
+
fastapi==0.86.0
|
12 |
+
pydantic==1.10.2
|
13 |
+
transformers
|
14 |
+
torch
|
15 |
+
numpy==1.22.1
|
16 |
+
scipy==1.8.0
|
17 |
+
pandas==1.4.0
|
18 |
+
scikit-learn==1.0.2
|
19 |
+
jupyterlab==3.2.9
|
20 |
+
ipywidgets==7.6.5
|
21 |
+
matplotlib==3.5.1
|
22 |
+
beautifulsoup4==4.10.0
|
23 |
+
spacy
|
24 |
+
nodejs==0.1.1
|
25 |
+
stanza==1.3
|
26 |
+
wget==3.2
|
27 |
+
seqeval
|
28 |
+
scispacy==0.5.2
|
29 |
+
datasets
|
30 |
+
accelerate
|
31 |
+
pycorenlp==0.3.0
|
32 |
+
robust-deid==0.3.1
|