We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03650c0 commit 2dfd1cdCopy full SHA for 2dfd1cd
1 file changed
pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
"packaging>=20.0; python_version<'3.14'",
27
"packaging>=26.0; python_version>='3.14'",
28
"scikit-learn>=1.0.0; python_version<'3.14'",
29
- "scikit-learn>=1.7.2; python_version>='3.14'",
+ "scikit-learn>=1.8.0; python_version>='3.14'",
30
"scipy>=1.0.0; python_version<'3.13'",
31
"scipy>=1.14.1; python_version>='3.13' and python_version<'3.14'",
32
"scipy>=1.17.0; python_version>='3.14'",
0 commit comments