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):
28
28
"""collect qlib related info"""
29
29
print ("Qlib version: {}" .format (qlib .__version__ ))
30
30
REQUIRED = [
31
+ "setuptools" ,
32
+ "wheel" ,
33
+ "cython" ,
34
+ "pyyaml" ,
31
35
"numpy" ,
32
36
"pandas" ,
33
- "scipy" ,
34
- "requests" ,
35
- "sacred" ,
36
- "python-socketio" ,
37
+ "mlflow" ,
38
+ "filelock" ,
37
39
"redis" ,
38
- "python-redis-lock" ,
39
- "schedule" ,
40
- "cvxpy" ,
41
- "hyperopt" ,
40
+ "dill" ,
42
41
"fire" ,
43
- "statsmodels" ,
44
- "xlrd" ,
45
- "plotly" ,
46
- "matplotlib" ,
47
- "tables" ,
48
- "pyyaml" ,
49
- "mlflow" ,
42
+ "ruamel.yaml" ,
43
+ "python-redis-lock" ,
50
44
"tqdm" ,
45
+ "pymongo" ,
51
46
"loguru" ,
52
47
"lightgbm" ,
53
- "tornado" ,
48
+ "gym" ,
49
+ "cvxpy" ,
54
50
"joblib" ,
55
- "fire" ,
56
- "ruamel.yaml" ,
51
+ "matplotlib" ,
52
+ "jupyter" ,
53
+ "nbconvert" ,
54
+ "pyarrow" ,
55
+ "pydantic-settings" ,
56
+ "setuptools-scm" ,
57
57
]
58
58
59
59
for package in REQUIRED :
You can’t perform that action at this time.
0 commit comments