Skip to content

Commit

Permalink
⬆️ Update scikit-learn requirement from <1.3.1,>=1.3.0 to >=1.3.0,<1.…
Browse files Browse the repository at this point in the history
…3.2 (#134)

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.3.1</h2>
<p>We're happy to announce the 1.3.1 release.</p>
<p>You can see the changelog here: <a
href="https://scikit-learn.org/stable/whats_new/v1.3.html#version-1-3-1">https://scikit-learn.org/stable/whats_new/v1.3.html#version-1-3-1</a></p>
<p>This version supports Python versions 3.8 to 3.11.</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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/55a65a2fa5653257225d7e184da3d0c00ff852b1"><code>55a65a2</code></a>
[cd build] FIX only change numpy when limiting upper limit</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/90c9a4d41834a16b0dc2d323300f171a5316a8ed"><code>90c9a4d</code></a>
MNT Remove test suite setuptools dependency for good (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/27420">#27420</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/69a4e4c0faeeaba907f0b26c558280baa627aac3"><code>69a4e4c</code></a>
DOC fix examples in compose.rst due to change in code snippet order (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/27425">#27425</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/bfeef9dc7df3ac201d8223119591125ce4dc6078"><code>bfeef9d</code></a>
DOC fix typo in title of section (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/27424">#27424</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/9f7cba31552f69f83e6d29d5713d91b164ee509e"><code>9f7cba3</code></a>
DOC Fix dropdown-related warnings (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/27418">#27418</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/91163a688c7623e6df02044b3e9f8314851bfc81"><code>91163a6</code></a>
TST skip test checking the Cython version in pyproject toml</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/bbe996065b91eb56f95acc9368205f08b882d920"><code>bbe9960</code></a>
MNT Update to Pyodide 0.24 (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/27405">#27405</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/d7e2b7a657cdaeabe843f7801a6b0e76fdb3dee1"><code>d7e2b7a</code></a>
MAINT update author list and code to generate table (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/27403">#27403</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/164e4200b1b5fd91862a0a861f408051a8226f8a"><code>164e420</code></a>
DOC update release dates for 1.3.1 (<a
href="https://redirect.github.com/scikit-learn/scikit-learn/issues/27407">#27407</a>)</li>
<li><a
href="https://github.com/scikit-learn/scikit-learn/commit/82c273fded6e08654663b4d0fb943c41c6da222a"><code>82c273f</code></a>
fix upper bound cython</li>
<li>Additional commits viewable in <a
href="https://github.com/scikit-learn/scikit-learn/compare/1.3.0...1.3.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nils Quetschlich <nils.quetschlich@tum.de>
  • Loading branch information
dependabot[bot] and nquetschlich authored Oct 8, 2023
1 parent aeee31e commit c403c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dynamic = ["version"]
dependencies = [
"mqt.bench>=1.0.0,<1.1.0",
"sb3_contrib>=2.0.0",
"scikit-learn>=1.3.0, <1.3.1",
"scikit-learn>=1.3.0, <1.3.2",
"importlib_metadata>=4.4; python_version < '3.10'",
"importlib_resources>=5.0; python_version < '3.10'",
"tensorboard>=2.11.0"
Expand Down

0 comments on commit c403c12

Please sign in to comment.