Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
scikit-learn
|
| 4 |
-
xgboost
|
| 5 |
-
joblib
|
| 6 |
-
requests
|
| 7 |
-
numpy
|
|
|
|
| 1 |
+
streamlit==1.32.0
|
| 2 |
+
pandas==2.1.4
|
| 3 |
+
scikit-learn==1.4.2
|
| 4 |
+
xgboost==2.0.3
|
| 5 |
+
joblib==1.3.2
|
| 6 |
+
requests==2.31.0
|
| 7 |
+
numpy==1.26.4
|