There was an error while loading. Please reload this page.
1 parent ece9b39 commit 2c4663bCopy full SHA for 2c4663b
3 files changed
.python-version
@@ -1 +1 @@
1
-3.14t
+3.15t
pyproject.toml
@@ -22,7 +22,9 @@ dependencies = [
22
"pandas>=2.3.3",
23
"pillow>=11.3",
24
"rich>=13.9.4",
25
- "scikit-learn>=1.9",
+ "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'",
28
"scipy>=1.18.1",
29
"statsmodels>=0.14.4",
30
"sympy>=1.13.3",
@@ -61,6 +63,10 @@ euler-validate = [
61
63
quantum = [
62
64
"qiskit>=2",
65
]
66
+# waiting on scikit-learn/scikit-learn-release#8
67
+scikit-learn = [
68
+ "scikit-learn>=1.9.0",
69
+]
70
71
[tool.ruff]
72
target-version = "py314"
0 commit comments