Skip to content

Commit

Permalink
Bump scikit-learn from 1.5.1 to 1.5.2 (#114)
Browse files Browse the repository at this point in the history
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.1 to 1.5.2.
<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.5.2</h2>
<p>We're happy to announce the 1.5.2 release.</p>
<p>This release contains fixes for a few regressions introduced in 1.5.</p>
<p>You can see the changelog here: <a href="https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-2">https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-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/156ef141f3b270edb06c8ae9af37c55253c0aabe"><code>156ef14</code></a> [cd build] trigger ci/cd</li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/40c7416925b1a41aa36d02f9fa4aa00622fd6970"><code>40c7416</code></a> DOC update the list of contributors for 1.5.2 (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29819">#29819</a>)</li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/c119c7e09d4be52b7d4b61f53555e41f55c58553"><code>c119c7e</code></a> DOC add orphan option to developers/index.rst</li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/4d838dc5d52aab22016d403f987d7c58fc373576"><code>4d838dc</code></a> TST fix tolerance as in <a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29400">#29400</a></li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/2e79f521fe0ab3edd5b1a312ab15ac4e22c3bc55"><code>2e79f52</code></a> DOC fix entry in changelog for backport happening in 1.5.2 (<a href="https://redirect.github.com/scikit-learn/scikit-learn/issues/29815">#29815</a>)</li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/c735641b5b2caeb8268c4dc658f96d76cf36aa91"><code>c735641</code></a> MAINT install setuptools for debian-32bits</li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/c993dd29e4fe8cee32f62e286b3399b89c51916c"><code>c993dd2</code></a> DOC update repr for NumPy 2.0</li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/8ade4f56d2f8ee57fcc691a8f069daca53b17891"><code>8ade4f5</code></a> MAINT bump from 1.5.1 to 1.5.2</li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/04b71d208ce55417c904818e47f41890b960ee5b"><code>04b71d2</code></a> FIX solve conflict git</li>
<li><a href="https://github.com/scikit-learn/scikit-learn/commit/b5b5017954c30404bc44c0c788df62c92037a257"><code>b5b5017</code></a> MAINT update lock file</li>
<li>Additional commits viewable in <a href="https://github.com/scikit-learn/scikit-learn/compare/1.5.1...1.5.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scikit-learn&package-manager=pip&previous-version=1.5.1&new-version=1.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent bb2dfc4 commit e168a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
networkx==3.3
numpy==2.1.1
pandas==2.2.3
scikit-learn==1.5.1
scikit-learn==1.5.2
scipy==1.14.1
seaborn==0.13.2
geneticalgorithm==1.0.2

0 comments on commit e168a32

Please sign in to comment.