Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
scikit-learn==1.7.2
|
| 2 |
-
joblib==1.5.2
|
| 3 |
-
numpy==2.
|
| 4 |
-
pandas==2.3.2
|
| 5 |
-
matplotlib
|
| 6 |
-
seaborn
|
| 7 |
-
shap
|
| 8 |
-
altair
|
| 9 |
-
requests
|
| 10 |
-
xgboost
|
| 11 |
-
optuna
|
| 12 |
plotly
|
|
|
|
| 1 |
+
scikit-learn==1.7.2
|
| 2 |
+
joblib==1.5.2
|
| 3 |
+
numpy==2.2.6
|
| 4 |
+
pandas==2.3.2
|
| 5 |
+
matplotlib
|
| 6 |
+
seaborn
|
| 7 |
+
shap
|
| 8 |
+
altair
|
| 9 |
+
requests
|
| 10 |
+
xgboost
|
| 11 |
+
optuna
|
| 12 |
plotly
|