mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Allow lightgbm 4.6.0 (#782)
This commit is contained in:
parent
4728d9b648
commit
8147eb517a
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user