Skip to content

Commit 56f264e

Browse files
committed
python3.15t
1 parent ece9b39 commit 56f264e

3 files changed

Lines changed: 346 additions & 212 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14t
1+
3.15t

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pandas>=2.3.3",
2323
"pillow>=11.3",
2424
"rich>=13.9.4",
25-
"scikit-learn>=1.9",
25+
"scikit-learn @ https://github.com/scikit-learn/scikit-learn.git",
2626
"scipy>=1.18.1",
2727
"statsmodels>=0.14.4",
2828
"sympy>=1.13.3",
@@ -61,6 +61,10 @@ euler-validate = [
6161
quantum = [
6262
"qiskit>=2",
6363
]
64+
# waiting on scikit-learn/scikit-learn-release#8
65+
scikit-learn = [
66+
"scikit-learn>=1.9.0",
67+
]
6468

6569
[tool.ruff]
6670
target-version = "py314"

0 commit comments

Comments
 (0)