Allow lightgbm 4.6.0 (#782)

This commit is contained in:
Quentin Pradet 2025-04-24 15:40:39 +04:00 committed by GitHub
parent 4728d9b648
commit 8147eb517a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ with open(path.join(here, "README.md"), "r", "utf-8") as f:
extras = { extras = {
"xgboost": ["xgboost>=0.90,<2"], "xgboost": ["xgboost>=0.90,<2"],
"scikit-learn": ["scikit-learn>=1.3,<1.6"], "scikit-learn": ["scikit-learn>=1.3,<1.6"],
"lightgbm": ["lightgbm>=2,<4"], "lightgbm": ["lightgbm>=3,<5"],
"pytorch": [ "pytorch": [
"requests<3", "requests<3",
"torch==2.3.1", "torch==2.3.1",