Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
python_version < 3.13
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
transformers>=4.36.0
|
| 4 |
+
huggingface_hub>=0.20.0
|
| 5 |
+
datasets>=2.16.0
|
| 6 |
+
scikit-learn
|
| 7 |
+
pandas
|
| 8 |
+
numpy
|
| 9 |
+
streamlit
|