Skip to content

Commit 55c0301

Browse files
Update scikit-learn requirement from ~=1.7.1 to ~=1.7.2 in /scripts/nb-tester (#3915)
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. <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.7.2</h2> <p>We're happy to announce the 1.7.2 release.</p> <p>This release contains a few bug fixes and is the first version supporting Python 3.14.</p> <p>You can see the changelog here: <a href="https://scikit-learn.org/stable/whats_new/v1.7.html#version-1-7-2">https://scikit-learn.org/stable/whats_new/v1.7.html#version-1-7-2</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/25dee604bae18205b01548348388baf7a1cdfe0e"><code>25dee60</code></a> missing tag in changelog [cd build]</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/290b5af5e67e860945b3d226127772d639a463e4"><code>290b5af</code></a> bump upper bounds [cd build]</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/813681d44126faf03e161c62698fe3ef03a366e4"><code>813681d</code></a> CI Add Python 3.14 nightly wheels (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/32012">#32012</a>)</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/9cc302d15c453a8601f9fb14e56128d1e26ddb37"><code>9cc302d</code></a> fix changelog</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/65966587913acbdeb2be5650aaff7b9573af1a0d"><code>6596658</code></a> fix changelog</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/da98b43ee637417920f637e0aa6e0df152cbda3e"><code>da98b43</code></a> generate changelog 1.7.2</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/f2ff9e85eae2d5c4808ab5c11bec3119b4ebc7d7"><code>f2ff9e8</code></a> set version 1.7.2</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/8b41b0fefc78a40e04ea33670be52a9791a95cbd"><code>8b41b0f</code></a> Fix uncomparable values in SimpleImputer tie-breaking strategy (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/31820">#31820</a>)</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/401f6c407752442e232624c99a63dcd675bc1b6d"><code>401f6c4</code></a> DOC: Fix formatting issues with bold font and <code> backquote</code> (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/31950">#31950</a>)</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/3d063adf47dc09fa2176871952e6abab0b7327b9"><code>3d063ad</code></a> DOC Clean up <code>Building from source</code> instructions on macOS (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/31938">#31938</a>)</li> <li>Additional commits viewable in <a href="https://github.com/scikit-learn/scikit-learn/compare/1.7.1...1.7.2">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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fecd3de commit 55c0301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/nb-tester/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ qiskit-addon-obp~=0.3.0
1515
qiskit-addon-cutting~=0.10.0
1616
qiskit-experiments~=0.12.0
1717
scipy~=1.16.1
18-
scikit-learn~=1.7.1
18+
scikit-learn~=1.7.2
1919
pyscf~=2.10.0; sys.platform != 'win32'
2020
python-sat~=1.8.dev19
2121
gem-suite~=0.1.6

0 commit comments

Comments
 (0)