From 8147eb517a2364290ecb24d982977f4120828eb3 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 24 Apr 2025 15:40:39 +0400 Subject: [PATCH] Allow lightgbm 4.6.0 (#782) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47b1b80..316f73c 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ with open(path.join(here, "README.md"), "r", "utf-8") as f: extras = { "xgboost": ["xgboost>=0.90,<2"], "scikit-learn": ["scikit-learn>=1.3,<1.6"], - "lightgbm": ["lightgbm>=2,<4"], + "lightgbm": ["lightgbm>=3,<5"], "pytorch": [ "requests<3", "torch==2.3.1",