Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.35.0
|
| 2 |
+
transformers>=4.40.0
|
| 3 |
+
torch>=2.2.0
|
| 4 |
+
pandas>=2.0.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
openpyxl>=3.1.0
|
| 7 |
+
nltk>=3.8.0
|
| 8 |
+
plotly>=5.18.0
|
| 9 |
+
wordcloud>=1.9.0
|
| 10 |
+
matplotlib>=3.8.0
|