Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
streamlit==1.28.0
|
| 2 |
pandas==2.0.3
|
| 3 |
-
numpy==1.
|
| 4 |
-
scikit-learn==1.
|
| 5 |
-
xgboost==2.0.
|
| 6 |
joblib==1.3.2
|
| 7 |
-
huggingface-hub==0.
|
|
|
|
| 1 |
streamlit==1.28.0
|
| 2 |
pandas==2.0.3
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
scikit-learn==1.4.2
|
| 5 |
+
xgboost==2.0.3
|
| 6 |
joblib==1.3.2
|
| 7 |
+
huggingface-hub==0.19.4
|