guohanghui commited on
Commit
e11bf70
·
verified ·
1 Parent(s): 165b523

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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.25.2
8
- scipy>=1.16.0
9
- matplotlib
10
- pandas>=0.24.1
11
- scikit-learn>=1.6.0
12
- statsmodels>=0.14.5
13
- seaborn
14
- xgboost
15
  pydotplus
16
- tqdm
17
- shap
18
- dill
19
- lightgbm
20
- packaging
21
  graphviz
22
- black>=26.1.0
23
- tensorflow>=2.4.0
24
- torch
25
- setuptools
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