diff --git a/scripts/collect_info.py b/scripts/collect_info.py index 874686a3c5..9e7a6395ef 100644 --- a/scripts/collect_info.py +++ b/scripts/collect_info.py @@ -28,32 +28,32 @@ def qlib(self): """collect qlib related info""" print("Qlib version: {}".format(qlib.__version__)) REQUIRED = [ + "setuptools", + "wheel", + "cython", + "pyyaml", "numpy", "pandas", - "scipy", - "requests", - "sacred", - "python-socketio", + "mlflow", + "filelock", "redis", - "python-redis-lock", - "schedule", - "cvxpy", - "hyperopt", + "dill", "fire", - "statsmodels", - "xlrd", - "plotly", - "matplotlib", - "tables", - "pyyaml", - "mlflow", + "ruamel.yaml", + "python-redis-lock", "tqdm", + "pymongo", "loguru", "lightgbm", - "tornado", + "gym", + "cvxpy", "joblib", - "fire", - "ruamel.yaml", + "matplotlib", + "jupyter", + "nbconvert", + "pyarrow", + "pydantic-settings", + "setuptools-scm", ] for package in REQUIRED: