Skip to content

Commit 8cf0044

Browse files
committed
python3.15t
1 parent 30f321f commit 8cf0044

3 files changed

Lines changed: 344 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dependencies = [
2222
"pandas>=2.3.3",
2323
"pillow>=11.3",
2424
"rich>=13.9.4",
25-
"scikit-learn>=1.9",
25+
"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'",
2628
"scipy>=1.18.1",
2729
"statsmodels>=0.14.4",
2830
"sympy>=1.13.3",

0 commit comments

Comments
 (0)