Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -5,14 +5,14 @@ plotly==5.18.0
|
|
| 5 |
transformers==4.36.2
|
| 6 |
nltk==3.8.1
|
| 7 |
spacy==3.7.2
|
| 8 |
-
|
|
|
|
| 9 |
langdetect==1.0.9
|
| 10 |
fpdf==1.7.2
|
| 11 |
requests==2.31.0
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
pytest>=7.4.0
|
|
|
|
| 5 |
transformers==4.36.2
|
| 6 |
nltk==3.8.1
|
| 7 |
spacy==3.7.2
|
| 8 |
+
scipy==1.10.1
|
| 9 |
+
gensim==4.3.1
|
| 10 |
langdetect==1.0.9
|
| 11 |
fpdf==1.7.2
|
| 12 |
requests==2.31.0
|
| 13 |
+
torch==2.0.1
|
| 14 |
+
scikit-learn==1.2.2
|
| 15 |
+
tqdm==4.65.0
|
| 16 |
+
python-dotenv==1.0.0
|
| 17 |
+
pyyaml==6.0.1
|
| 18 |
+
pytest==7.4.0
|
|
|