We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fb4ea commit ab33575Copy full SHA for ab33575
pyproject.toml
@@ -38,8 +38,8 @@ classifiers = [
38
"Topic :: Scientific/Engineering",
39
]
40
dependencies = [
41
- "scikit-learn >= 1.6.0",
42
- "scipy >= 1.15.0", # explicit to adhere to scikit-learn dependencies
+ "scikit-learn >= 1.6, < 1.7",
+ "scipy >= 1.15", # explicit to adhere to scikit-learn dependencies
43
44
dynamic = ["version"]
45
0 commit comments