From 73d90f7f447a4b1ace033c78179bb85cd9beffc4 Mon Sep 17 00:00:00 2001 From: Chia-hung Tai Date: Mon, 21 Mar 2022 08:00:28 +0800 Subject: [PATCH] Add lightgbm min version. (#995) 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 2bd3f0410..86324fdcd 100644 --- a/setup.py +++ b/setup.py @@ -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",