Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
streamlit==1.37.1
|
| 2 |
pandas==2.2.2
|
| 3 |
-
numpy==
|
| 4 |
-
scikit-learn==1.
|
| 5 |
-
scipy==1.
|
| 6 |
joblib
|
| 7 |
huggingface_hub
|
| 8 |
|
|
|
|
| 1 |
streamlit==1.37.1
|
| 2 |
pandas==2.2.2
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
scikit-learn==1.4.2
|
| 5 |
+
scipy==1.11.4
|
| 6 |
joblib
|
| 7 |
huggingface_hub
|
| 8 |
|