Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -18
requirements.txt
CHANGED
|
@@ -4,23 +4,22 @@ uvicorn[standard]
|
|
| 4 |
pydantic>=2.0.0
|
| 5 |
forestci==0.6
|
| 6 |
pathos==0.2.9
|
| 7 |
-
numpy>=1.
|
| 8 |
-
scipy>=1.
|
| 9 |
-
matplotlib
|
| 10 |
-
pandas>=
|
| 11 |
-
scikit-learn>=1.
|
| 12 |
-
statsmodels>=0.
|
| 13 |
-
seaborn
|
| 14 |
-
xgboost
|
| 15 |
pydotplus
|
| 16 |
-
tqdm
|
| 17 |
-
shap
|
| 18 |
-
dill
|
| 19 |
-
lightgbm
|
| 20 |
-
packaging
|
| 21 |
graphviz
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
Cython
|
|
|
|
| 4 |
pydantic>=2.0.0
|
| 5 |
forestci==0.6
|
| 6 |
pathos==0.2.9
|
| 7 |
+
numpy>=1.21.0,<2.0.0
|
| 8 |
+
scipy>=1.7.0,<1.12.0
|
| 9 |
+
matplotlib>=3.3.0
|
| 10 |
+
pandas>=1.3.0
|
| 11 |
+
scikit-learn>=1.0.0,<1.4.0
|
| 12 |
+
statsmodels>=0.12.0
|
| 13 |
+
seaborn>=0.11.0
|
| 14 |
+
xgboost>=1.5.0
|
| 15 |
pydotplus
|
| 16 |
+
tqdm>=4.50.0
|
| 17 |
+
shap>=0.40.0
|
| 18 |
+
dill>=0.3.0
|
| 19 |
+
lightgbm>=3.2.0
|
| 20 |
+
packaging>=20.0
|
| 21 |
graphviz
|
| 22 |
+
tensorflow>=2.8.0,<2.16.0
|
| 23 |
+
torch>=1.10.0
|
| 24 |
+
setuptools>=60.0.0
|
| 25 |
+
Cython>=0.29.0
|
|
|