There was an error while loading. Please reload this page.
1 parent 2c4663b commit 88f4615Copy full SHA for 88f4615
1 file changed
pyproject.toml
@@ -22,9 +22,9 @@ dependencies = [
22
"pandas>=2.3.3",
23
"pillow>=11.3",
24
"rich>=13.9.4",
25
- "scikit-learn>=1.9 ; python_version < '3.15'",
26
# https://github.com/scikit-learn/scikit-learn/issues/34652
27
- "scikit-learn @ https://github.com/scikit-learn/scikit-learn.git ; python_version >= '3.15'",
+ "scikit-learn @ https://github.com/scikit-learn/scikit-learn.git ; python_version>='3.15'",
+ "scikit-learn>=1.9; python_version<'3.15'",
28
"scipy>=1.18.1",
29
"statsmodels>=0.14.4",
30
"sympy>=1.13.3",
@@ -65,7 +65,7 @@ quantum = [
65
]
66
# waiting on scikit-learn/scikit-learn-release#8
67
scikit-learn = [
68
- "scikit-learn>=1.9.0",
+ "scikit-learn>=1.9",
69
70
71
[tool.ruff]
0 commit comments