Skip to content

Commit 88f4615

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2c4663b commit 88f4615

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ dependencies = [
2222
"pandas>=2.3.3",
2323
"pillow>=11.3",
2424
"rich>=13.9.4",
25-
"scikit-learn>=1.9 ; python_version < '3.15'",
2625
# https://github.com/scikit-learn/scikit-learn/issues/34652
27-
"scikit-learn @ https://github.com/scikit-learn/scikit-learn.git ; python_version >= '3.15'",
26+
"scikit-learn @ https://github.com/scikit-learn/scikit-learn.git ; python_version>='3.15'",
27+
"scikit-learn>=1.9; python_version<'3.15'",
2828
"scipy>=1.18.1",
2929
"statsmodels>=0.14.4",
3030
"sympy>=1.13.3",
@@ -65,7 +65,7 @@ quantum = [
6565
]
6666
# waiting on scikit-learn/scikit-learn-release#8
6767
scikit-learn = [
68-
"scikit-learn>=1.9.0",
68+
"scikit-learn>=1.9",
6969
]
7070

7171
[tool.ruff]

0 commit comments

Comments
 (0)