File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -28,32 +28,32 @@ def qlib(self):
2828 """collect qlib related info"""
2929 print ("Qlib version: {}" .format (qlib .__version__ ))
3030 REQUIRED = [
31+ "setuptools" ,
32+ "wheel" ,
33+ "cython" ,
34+ "pyyaml" ,
3135 "numpy" ,
3236 "pandas" ,
33- "scipy" ,
34- "requests" ,
35- "sacred" ,
36- "python-socketio" ,
37+ "mlflow" ,
38+ "filelock" ,
3739 "redis" ,
38- "python-redis-lock" ,
39- "schedule" ,
40- "cvxpy" ,
41- "hyperopt" ,
40+ "dill" ,
4241 "fire" ,
43- "statsmodels" ,
44- "xlrd" ,
45- "plotly" ,
46- "matplotlib" ,
47- "tables" ,
48- "pyyaml" ,
49- "mlflow" ,
42+ "ruamel.yaml" ,
43+ "python-redis-lock" ,
5044 "tqdm" ,
45+ "pymongo" ,
5146 "loguru" ,
5247 "lightgbm" ,
53- "tornado" ,
48+ "gym" ,
49+ "cvxpy" ,
5450 "joblib" ,
55- "fire" ,
56- "ruamel.yaml" ,
51+ "matplotlib" ,
52+ "jupyter" ,
53+ "nbconvert" ,
54+ "pyarrow" ,
55+ "pydantic-settings" ,
56+ "setuptools-scm" ,
5757 ]
5858
5959 for package in REQUIRED :
You can’t perform that action at this time.
0 commit comments