mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Allow scikit-learn 1.5 to address CVE-2024-5206 (#729)
This commit is contained in:
parent
214c4645e9
commit
c4ac64e3a0
2
setup.py
2
setup.py
@ -56,7 +56,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.4"],
|
"scikit-learn": ["scikit-learn>=1.3,<1.6"],
|
||||||
"lightgbm": ["lightgbm>=2,<4"],
|
"lightgbm": ["lightgbm>=2,<4"],
|
||||||
"pytorch": [
|
"pytorch": [
|
||||||
"requests<3",
|
"requests<3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user