Allow scikit-learn 1.5 to address CVE-2024-5206 (#729)

This commit is contained in:
Quentin Pradet 2025-02-12 14:34:13 +04:00 committed by GitHub
parent 214c4645e9
commit c4ac64e3a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",