There was an error while loading. Please reload this page.
1 parent ece9b39 commit 56f264eCopy full SHA for 56f264e
3 files changed
.python-version
@@ -1 +1 @@
1
-3.14t
+3.15t
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"pandas>=2.3.3",
23
"pillow>=11.3",
24
"rich>=13.9.4",
25
- "scikit-learn>=1.9",
+ "scikit-learn @ https://github.com/scikit-learn/scikit-learn.git",
26
"scipy>=1.18.1",
27
"statsmodels>=0.14.4",
28
"sympy>=1.13.3",
@@ -61,6 +61,10 @@ euler-validate = [
61
quantum = [
62
"qiskit>=2",
63
]
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