From 94d138ec230e299355eeff6fe0df7439a6de4ad1 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:29:18 +0800 Subject: [PATCH] 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 --- scripts/collect_info.py | 42 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/scripts/collect_info.py b/scripts/collect_info.py index 874686a3c..9e7a6395e 100644 --- a/scripts/collect_info.py +++ b/scripts/collect_info.py @@ -28,32 +28,32 @@ class InfoCollector: """collect qlib related info""" print("Qlib version: {}".format(qlib.__version__)) REQUIRED = [ + "setuptools", + "wheel", + "cython", + "pyyaml", "numpy", "pandas", - "scipy", - "requests", - "sacred", - "python-socketio", - "redis", - "python-redis-lock", - "schedule", - "cvxpy", - "hyperopt", - "fire", - "statsmodels", - "xlrd", - "plotly", - "matplotlib", - "tables", - "pyyaml", "mlflow", - "tqdm", - "loguru", - "lightgbm", - "tornado", - "joblib", + "filelock", + "redis", + "dill", "fire", "ruamel.yaml", + "python-redis-lock", + "tqdm", + "pymongo", + "loguru", + "lightgbm", + "gym", + "cvxpy", + "joblib", + "matplotlib", + "jupyter", + "nbconvert", + "pyarrow", + "pydantic-settings", + "setuptools-scm", ] for package in REQUIRED: