Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
numpy=
|
| 2 |
-
pandas=
|
| 3 |
-
scikit-learn=
|
| 4 |
-
xgboost=
|
| 5 |
-
mlflow=
|
| 6 |
requests>=2.32.2,<3
|
| 7 |
-
streamlit=
|
| 8 |
-
joblib=
|
| 9 |
-
huggingface_hub=
|
| 10 |
-
datasets=
|
|
|
|
| 1 |
+
numpy>=1.26.4
|
| 2 |
+
pandas>=2.2.2
|
| 3 |
+
scikit-learn>=1.6.0
|
| 4 |
+
xgboost>=2.1.4
|
| 5 |
+
mlflow>=3.0.1
|
| 6 |
requests>=2.32.2,<3
|
| 7 |
+
streamlit>=1.43.2,<2
|
| 8 |
+
joblib>=1.3.2
|
| 9 |
+
huggingface_hub>=0.32.6
|
| 10 |
+
datasets>=3.6.0
|