Skip to content

Commit 94d138e

Browse files
authored
chore: align collect_info.py with pyproject.toml (#1997)
* chore: Align collect_info.py with pyproject.toml * delete version info * chore: align collect_info.py with pyproject.toml
1 parent f26b341 commit 94d138e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

scripts/collect_info.py

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)