Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
numpy
|
| 2 |
-
pandas
|
| 3 |
-
scikit-learn
|
| 4 |
-
xgboost
|
| 5 |
-
joblib
|
| 6 |
-
Werkzeug
|
| 7 |
-
flask
|
| 8 |
-
gunicorn
|
| 9 |
-
requests
|
| 10 |
uvicorn[standard]
|
| 11 |
-
streamlit
|
|
|
|
| 1 |
+
numpy==2.3.2
|
| 2 |
+
pandas==2.3.1
|
| 3 |
+
scikit-learn==1.7.1
|
| 4 |
+
xgboost==3.0.4
|
| 5 |
+
joblib==1.5.1
|
| 6 |
+
Werkzeug==3.1.3
|
| 7 |
+
flask==3.1.2
|
| 8 |
+
gunicorn==23.0.0
|
| 9 |
+
requests==2.32.4
|
| 10 |
uvicorn[standard]
|
| 11 |
+
streamlit==1.48.1
|