1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 23:06:58 +08:00

Add lightgbm min version. (#995)

See https://github.com/microsoft/LightGBM/pull/4604
This commit is contained in:
Chia-hung Tai
2022-03-21 08:00:28 +08:00
committed by GitHub
parent b7988e6428
commit 73d90f7f44

View File

@@ -69,7 +69,7 @@ REQUIRED = [
"mlflow>=1.12.1", "mlflow>=1.12.1",
"tqdm", "tqdm",
"loguru", "loguru",
"lightgbm", "lightgbm>=3.3.0",
"tornado", "tornado",
"joblib>=0.17.0", "joblib>=0.17.0",
"ruamel.yaml>=0.16.12", "ruamel.yaml>=0.16.12",