Skip to content

Bump scikit-learn from 1.9.0 to 1.9.1 - #253

Merged
amrit110 merged 3 commits into
mainfrom
dependabot/uv/scikit-learn-1.9.1
Sep 17, 2026
Merged

amrit110 merged 3 commits into
mainfrom
dependabot/uv/scikit-learn-1.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps scikit-learn from 1.9.0 to 1.9.1.

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.9.1

We're happy to announce the 1.9.1 release.

This release contains a few bug fixes and is the first version supporting Python 3.15.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.9.html#version-1-9-1

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

Thanks to everyone who contributed to this release !

Commits
  • 866c0f5 generate changelog
  • 12f135f update upper bounds
  • 43ff2f2 bump version
  • b851524 DOC Mark dev index as orphan (#34916)
  • 01d56d4 DOC Fix wikipedia principal eigenvector example references (#34915)
  • b86a1e2 🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖 ...
  • d282698 🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 (#34897)
  • eb34279 🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...
  • 7581303 FIX: Fix QuantileTransformer(ignore_implicit_zeros=True) sub-sampling behav...
  • ac47f4d FIX: avoid EfficiencyWarning in OPTICS with metric='precomputed' (#34692)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 14, 2026
@amrit110

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed lint failures - Modified 1 files - Executed 2187 agent actions - (2035 info, 65 tool_call, 20 error, 51 tool_result, 15 reasoning, 1 action)

View PR history on dashboard

AI Engineering Maintenance Bot

@amrit110

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed merge_conflict failures - Modified 1 files - Executed 1241 agent actions - (1139 info, 43 tool_call, 14 error, 29 tool_result, 16 reasoning)

View PR history on dashboard

AI Engineering Maintenance Bot

@amrit110
amrit110 force-pushed the dependabot/uv/scikit-learn-1.9.1 branch from 0c9b279 to a7c2bce Compare September 16, 2026 00:42
@amrit110

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed lint failures - Modified 1 files - Executed 573 agent actions - (462 info, 45 tool_call, 14 error, 34 tool_result, 18 reasoning)

View PR history on dashboard

AI Engineering Maintenance Bot

dependabot Bot and others added 3 commits September 17, 2026 00:42
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.9.0...1.9.1)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
- Extend the pre-commit mypy hook's exclude to cover the two verbatim
  cohort producer scripts (cohort_check_mimic.py and cohort_check_eicu.py).
  pyproject.toml already excluded them, but that config-level exclude does
  not apply when pre-commit passes files explicitly on the CLI to mypy.
- Add `evn` to _typos.toml: it is a loop variable for "event name" in those
  same verbatim scripts, not a typo for "even".

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
The evn = "evn" entry already existed at line 6 of _typos.toml
(added upstream in main). The rebase of the lint-fix commit re-added
it, creating a duplicate key that TOML forbids and caused the
check-toml and typos pre-commit hooks to fail.

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
@amrit110
amrit110 force-pushed the dependabot/uv/scikit-learn-1.9.1 branch from 6b6b3ec to eb8eb49 Compare September 17, 2026 00:42
@amrit110
amrit110 enabled auto-merge (squash) September 17, 2026 00:47
@amrit110
amrit110 merged commit 7c9475e into main Sep 17, 2026
10 checks passed
@amrit110
amrit110 deleted the dependabot/uv/scikit-learn-1.9.1 branch September 17, 2026 00:52
@amrit110

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed merge_only failures - Modified 0 files - Executed 255 agent actions - (206 info, 23 tool_call, 5 error, 17 tool_result, 4 reasoning)

View PR history on dashboard

AI Engineering Maintenance Bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant