Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14t
3.15
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"pillow>=11.3",
"rich>=13.9.4",
"scikit-learn>=1.5.2",

@cclauss cclauss Sep 1, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests pass with "scikit-learn @ https://github.com/scikit-learn/scikit-learn.git", so let’s wait until there is a new scikit-learn release on PyPI.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed — this stays a draft precisely so we can wait on PyPI. I'll pin scikit-learn to the first release that ships 3.15 wheels (and drop the temporary git ref) once it lands, and keep it un-merged until 3.15 GA. Thanks for running it down.

"scipy>=1.16.2",
"scipy>=1.18.1",
"statsmodels>=0.14.4",
"sympy>=1.13.3",
"tweepy>=4.14",
Expand Down
Loading