Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
streamlit
|
| 2 |
transformers>=4.37.0
|
| 3 |
huggingface-hub>=0.20.0
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
keras
|
| 7 |
scikit-learn>=1.2.1
|
| 8 |
pandas>=2.1.4
|
| 9 |
-
numpy
|
| 10 |
pillow>=10.2.0
|
| 11 |
nltk>=3.8.1
|
| 12 |
altair>=5.2.0
|
|
|
|
| 1 |
+
streamlit==1.29.0
|
| 2 |
transformers>=4.37.0
|
| 3 |
huggingface-hub>=0.20.0
|
| 4 |
+
tensorflow==2.15.0
|
| 5 |
+
protobuf==3.20.3
|
| 6 |
+
keras==2.15.0
|
| 7 |
scikit-learn>=1.2.1
|
| 8 |
pandas>=2.1.4
|
| 9 |
+
numpy<2.0.0
|
| 10 |
pillow>=10.2.0
|
| 11 |
nltk>=3.8.1
|
| 12 |
altair>=5.2.0
|