Skip to content

Commit

Permalink
Update matplotlib requirement from ~=3.8.4 to ~=3.10.0 (#163)
Browse files Browse the repository at this point in the history
Updates the requirements on
[matplotlib](https://github.com/matplotlib/matplotlib) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matplotlib/matplotlib/releases">matplotlib's
releases</a>.</em></p>
<blockquote>
<h2>REL: v3.10.0</h2>
<p>Highlights of this release include:</p>
<pre><code>- Preliminary support for free-threaded CPython 3.13
- Standard getters/setters for axis inversion state
- New more-accessible color cycle
- Dark-mode diverging colormaps
- Exception handling control
- InsetIndicator artist
- FillBetweenPolyCollection
- Fill between 3D lines
- Data in 3D plots can now be dynamically clipped to the axes view
limits
- Rotating 3d plots with the mouse
- Increased Figure limits with Agg renderer
- Subfigures no longer provisional
- Subfigures are now added in row-major order
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/8d64f03a1f501ba0019279bf2f8db3930d1fe33f"><code>8d64f03</code></a>
REL: v3.10.0 release</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/d9dfee852191caaf0b12d14c9a387edebc5ef8e6"><code>d9dfee8</code></a>
[doc] Fix dead links</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/87a603f17843eabfb4b24016adb016481a1e7f5c"><code>87a603f</code></a>
Update release notes for 3.10.0</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/cdecf97555a269c19dc9487860eb7c3ad900861b"><code>cdecf97</code></a>
Update github stats for 3.10</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/b8d19bdc9020e2321ceeeacbed4ea86bdb16193e"><code>b8d19bd</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/29306">#29306</a>
from meeseeksmachine/auto-backport-of-pr-29242-on-v...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/a42d0eda5649da865361e88ad18776909f981e9d"><code>a42d0ed</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/29242">#29242</a>:
DOC: Add kwdoc list to scatter() docstring</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/190064044a989e57cf76381f283972d7af7400ca"><code>1900640</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/29299">#29299</a>
from QuLogic/merge-v39x</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/815389c35d03a87409684f07d3df7c29fb76283d"><code>815389c</code></a>
Merge branch 'v3.9.x' into v3.10.x</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/73873c072a610a16703980d803be11e144e29e24"><code>73873c0</code></a>
DOC: Create release notes for 3.9.4</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/9d17a2bd1013d1f4446c321f3d866206d7972b31"><code>9d17a2b</code></a>
DOC: Add Zenodo DOI for 3.9.4</li>
<li>Additional commits viewable in <a
href="https://github.com/matplotlib/matplotlib/compare/v3.8.4...v3.10.0">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>
  • Loading branch information
DefinetlyNotAI authored Dec 16, 2024
2 parents 448a35b + 0630fa1 commit e02518d
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,6 +1,6 @@
configobj~=5.0.9
joblib~=1.3.2
matplotlib~=3.8.4
matplotlib~=3.10.0
xgboost~=2.1.3
scikit-learn~=1.5.2
Faker~=30.3.0
Expand Down

0 comments on commit e02518d

Please sign in to comment.