Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=2.0.0
|
| 2 |
+
numpy>=1.24.0
|
| 3 |
+
scikit-learn>=1.2.0
|
| 4 |
+
transformers>=4.28.0
|
| 5 |
+
torch>=2.0.0
|
| 6 |
+
tqdm>=4.65.0
|
| 7 |
+
matplotlib>=3.7.0
|
| 8 |
+
seaborn>=0.12.0
|
| 9 |
+
streamlit>=1.28.0
|
| 10 |
+
plotly>=5.17.0
|
| 11 |
+
google-genai>=0.2.0
|