Spaces:
Runtime error
Runtime error
Commit ·
f151f02
1
Parent(s): 61a6b24
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
lightgbm
|
| 6 |
-
shap
|
| 7 |
-
randomgen
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
numpy==1.23
|
| 2 |
+
matplotlib
|
| 3 |
+
xgboost
|
| 4 |
+
catboost
|
| 5 |
lightgbm
|
| 6 |
+
shap
|
| 7 |
+
randomgen
|
| 8 |
+
optuna
|
| 9 |
+
scipy
|