1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +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",
"tqdm",
"loguru",
"lightgbm",
"lightgbm>=3.3.0",
"tornado",
"joblib>=0.17.0",
"ruamel.yaml>=0.16.12",