[PR #199] [CLOSED] Update scikit-learn requirement from <1.2.0 to <1.7.0 in the pip group across 1 directory #256

Closed
opened 2026-03-02 23:34:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/199
Author: @dependabot[bot]
Created: 7/30/2025
Status: Closed

Base: mainHead: dependabot/pip/pip-51c51656ea


📝 Commits (1)

  • cc96922 Update scikit-learn requirement in the pip group across 1 directory

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Updates the requirements on scikit-learn to permit the latest version.
Updates scikit-learn to 1.6.1

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.6.1

We're happy to announce the 1.6.1 release.

This release contains fixes for a few regressions introduced in 1.6.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.6.html#version-1-6-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
  • f159b78 trigger wheel builder [cd build]
  • 73cca70 generate changelog
  • afaa070 bump version
  • 1f43fd2 DOC: Updates to Macro vs micro-averaging in plot_roc.py (#29845)
  • ea8a725 🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 (#30593)
  • bc291f1 🔒 🤖 CI Update lock files for scipy-dev CI build(s) 🔒 🤖 ...
  • f5f2b9c 🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...
  • acbb862 TST Fix doctest due to GradientBoostingClassifier difference with scipy 1.15 ...
  • 42831e5 FIX warn if an estimator does have a concrete sklearn_tags implementation...
  • 0d2ce43 FIX change FutureWarnings to DeprecationWarnings for the tags (#30573)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AJaySi/ALwrity/pull/199 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/pip-51c51656ea` --- ### 📝 Commits (1) - [`cc96922`](https://github.com/AJaySi/ALwrity/commit/cc96922bca376c4b5d15cfab78c07125f2a2d034) Update scikit-learn requirement in the pip group across 1 directory ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. Updates `scikit-learn` to 1.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scikit-learn/scikit-learn/releases">scikit-learn's releases</a>.</em></p> <blockquote> <h2>Scikit-learn 1.6.1</h2> <p>We're happy to announce the 1.6.1 release.</p> <p>This release contains fixes for a few regressions introduced in 1.6.</p> <p>You can see the changelog here: <a href="https://scikit-learn.org/stable/whats_new/v1.6.html#version-1-6-1">https://scikit-learn.org/stable/whats_new/v1.6.html#version-1-6-1</a></p> <p>You can upgrade with pip as usual:</p> <pre><code>pip install -U scikit-learn </code></pre> <p>The conda-forge builds can be installed using:</p> <pre><code>conda install -c conda-forge scikit-learn </code></pre> <p>Thanks to everyone who contributed to this release !</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/f159b78dc59f250cdde8fe391a21f0bc871960ad"><code>f159b78</code></a> trigger wheel builder [cd build]</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/73cca70befaa3167903f1fbe15e81df587598f11"><code>73cca70</code></a> generate changelog</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/afaa07062bfd77c5ec15cfc62f0102c257092563"><code>afaa070</code></a> bump version</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/1f43fd2307c13593ea5ba194dcc5e7a814cfade9"><code>1f43fd2</code></a> DOC: Updates to Macro vs micro-averaging in plot_roc.py (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29845">#29845</a>)</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/ea8a7259f53c2cd78c1a8341bdab228e621dd2ba"><code>ea8a725</code></a> :lock: :robot: CI Update lock files for main CI build(s) :lock: :robot: (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/30593">#30593</a>)</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/bc291f1030aa4f122187d5334a426ab1848a7ee6"><code>bc291f1</code></a> :lock: :robot: CI Update lock files for scipy-dev CI build(s) :lock: :robot: ...</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/f5f2b9c7b725a957caf8089d254f9176e8fabda9"><code>f5f2b9c</code></a> :lock: :robot: CI Update lock files for free-threaded CI build(s) :lock: :rob...</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/acbb8621c816f12f0648f175edf8acb561768ec5"><code>acbb862</code></a> TST Fix doctest due to GradientBoostingClassifier difference with scipy 1.15 ...</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/42831e522f9f08f34e01cd85d60aa852914b135d"><code>42831e5</code></a> FIX warn if an estimator does have a concrete <strong>sklearn_tags</strong> implementation...</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/0d2ce432de05b1f0c3b055572c08bee332c37724"><code>0d2ce43</code></a> FIX change FutureWarnings to DeprecationWarnings for the tags (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/30573">#30573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/scikit-learn/scikit-learn/compare/0.1-beta...1.6.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AJaySi/AI-Writer/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:34:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#256
No description provided.