Spaces:
Build error
Build error
update requirements
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,11 @@
|
|
| 1 |
spacy==3.1.4
|
| 2 |
-
benepar==0.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
spacy==3.1.4
|
| 2 |
+
benepar==0.2.0
|
| 3 |
+
pandas==1.4.1
|
| 4 |
+
scikit-learn==1.0.2
|
| 5 |
+
nltk==3.7
|
| 6 |
+
torch==1.10.2
|
| 7 |
+
pytorch-lightning==1.6.0
|
| 8 |
+
transformers==4.17.0
|
| 9 |
+
datasets==1.18.2
|
| 10 |
+
onnxruntime-gpu==1.10.0
|
| 11 |
+
loguru==0.6.0
|