Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -6,10 +6,10 @@ transformers==4.36.2
|
|
| 6 |
nltk==3.8.1
|
| 7 |
spacy==3.7.2
|
| 8 |
gensim==4.3.2
|
| 9 |
-
beautifulsoup4==4.12.2
|
| 10 |
-
wikipedia==1.4.0
|
| 11 |
langdetect==1.0.9
|
| 12 |
fpdf==1.7.2
|
| 13 |
requests==2.31.0
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
| 6 |
nltk==3.8.1
|
| 7 |
spacy==3.7.2
|
| 8 |
gensim==4.3.2
|
|
|
|
|
|
|
| 9 |
langdetect==1.0.9
|
| 10 |
fpdf==1.7.2
|
| 11 |
requests==2.31.0
|
| 12 |
+
torch>=2.0.0
|
| 13 |
+
scikit-learn>=1.0.2
|
| 14 |
+
tqdm>=4.65.0
|
| 15 |
+
python-dotenv>=1.0.0
|