Skip to content

Commit 18eacba

Browse files
committed
python3.15t
1 parent cf24b0b commit 18eacba

2 files changed

Lines changed: 344 additions & 211 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies = [
2222
"pandas>=2.3.3",
2323
"pillow>=11.3",
2424
"rich>=13.9.4",
25-
"scikit-learn>=1.9.0",
2625
"scipy>=1.18.1",
2726
"statsmodels>=0.14.4",
2827
"sympy>=1.13.3",
@@ -62,6 +61,10 @@ euler-validate = [
6261
quantum = [
6362
"qiskit>=2",
6463
]
64+
# waiting on scikit-learn/scikit-learn-release#8
65+
scikit-learn = [
66+
"scikit-learn>=1.9.0",
67+
]
6568

6669
[tool.ruff]
6770
target-version = "py314"

0 commit comments

Comments
 (0)