Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
pip==23.1.1
|
2 |
fastapi==0.86.0
|
3 |
pydantic==1.9.1
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
numpy==1.22.1
|
7 |
-
scipy
|
8 |
pandas==1.4.0
|
9 |
scikit-learn==1.0.2
|
10 |
jupyterlab==3.2.9
|
@@ -12,7 +12,6 @@ ipywidgets==7.6.5
|
|
12 |
matplotlib==3.5.1
|
13 |
beautifulsoup4==4.10.0
|
14 |
spacy==3.4.1
|
15 |
-
nodejs==0.1.1
|
16 |
stanza==1.3
|
17 |
wget==3.2
|
18 |
seqeval
|
|
|
1 |
pip==23.1.1
|
2 |
fastapi==0.86.0
|
3 |
pydantic==1.9.1
|
4 |
+
transformers==4.11.3
|
5 |
+
torch==1.9.0
|
6 |
numpy==1.22.1
|
7 |
+
scipy==1.7.1
|
8 |
pandas==1.4.0
|
9 |
scikit-learn==1.0.2
|
10 |
jupyterlab==3.2.9
|
|
|
12 |
matplotlib==3.5.1
|
13 |
beautifulsoup4==4.10.0
|
14 |
spacy==3.4.1
|
|
|
15 |
stanza==1.3
|
16 |
wget==3.2
|
17 |
seqeval
|