There was an error while loading. Please reload this page.
1 parent cf24b0b commit 18eacbaCopy full SHA for 18eacba
2 files changed
pyproject.toml
@@ -22,7 +22,6 @@ dependencies = [
22
"pandas>=2.3.3",
23
"pillow>=11.3",
24
"rich>=13.9.4",
25
- "scikit-learn>=1.9.0",
26
"scipy>=1.18.1",
27
"statsmodels>=0.14.4",
28
"sympy>=1.13.3",
@@ -62,6 +61,10 @@ euler-validate = [
62
61
quantum = [
63
"qiskit>=2",
64
]
+# waiting on scikit-learn/scikit-learn-release#8
65
+scikit-learn = [
66
+ "scikit-learn>=1.9.0",
67
+]
68
69
[tool.ruff]
70
target-version = "py314"
0 commit comments