From 7966f208cfb1d1e7c02b17dbef011fa96725d00b Mon Sep 17 00:00:00 2001 From: CTai Date: Sun, 20 Mar 2022 19:11:16 +0800 Subject: [PATCH] Add lightgbm min version. See https://github.com/microsoft/LightGBM/pull/4604 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2bd3f0410c..86324fdcd5 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def get_version(rel_path: str) -> str: "mlflow>=1.12.1", "tqdm", "loguru", - "lightgbm", + "lightgbm>=3.3.0", "tornado", "joblib>=0.17.0", "ruamel.yaml>=0.16.12",