Skip to content

Commit 00de8ce

Browse files
Update matplotlib requirement from ~=3.10.9 to ~=3.11.0 (#334)
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.11.0</h2> <p>The largest change within this release is a complete overhaul of text and font processing. Through the use of <a href="https://github.com/HOST-Oman/libraqm/">libraqm</a>, <a href="https://harfbuzz.github.io/">HarfBuzz</a>, <a href="https://github.com/Tehreer/SheenBidi">SheenBidi</a>, and an updated release of <a href="https://freetype.org/">FreeType</a>, all text should now support modern font features, enabling full internationalization in all languages. Not all features of these libraries are supported yet, but we expect this work to enable further improvements in an easier manner.</p> <p>Outside of text handling, there are several improvements to 3D Axes, performance, new accessible colour sequences, flexible figure management, and more. <a href="https://matplotlib.org/3.11.0/release/prev_whats_new/whats_new_3.11.0.html">See the release notes for more information</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matplotlib/matplotlib/commit/69c7534c7b45119dd9d33d1c32a7ff4c48d8080f"><code>69c7534</code></a> REL: v3.11.0</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/b7d912b2c53fa2cebfcbfe2cf6bd74ebd5b79f46"><code>b7d912b</code></a> DOC: Set 3.11 as preferred stable release</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/7c3d5022d7e668340acb8cb7cccb779abbef39f9"><code>7c3d502</code></a> Update Security Policy for 3.11</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/964e73d9568e943d60e9db966bc759407a231290"><code>964e73d</code></a> DOC: Prepare GitHub stats for 3.11 final</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/bfa26331e32d7934f80cdd4882b9c5d06bb4770e"><code>bfa2633</code></a> Bump font manager version to final release</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/d0603b29671010fb05c3e56a6b072b352968c397"><code>d0603b2</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/31873">#31873</a> from meeseeksmachine/auto-backport-of-pr-31706-on-v...</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/edf5ebc1200f88f7340e3a96972abe9c66c97835"><code>edf5ebc</code></a> Backport PR <a href="https://redirect.github.com/matplotlib/matplotlib/issues/31706">#31706</a>: Fix clabel manual index</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/c0e80b7e2ed1a4516604aa5bb432e2de032759c7"><code>c0e80b7</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/31872">#31872</a> from meeseeksmachine/auto-backport-of-pr-31868-on-v...</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/2a148549a9949a5ca710e04d2572001e33f43762"><code>2a14854</code></a> Backport PR <a href="https://redirect.github.com/matplotlib/matplotlib/issues/31868">#31868</a>: DOC: Move errorbar examples to the statistics sections</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/ea43d96dc2157beec49e64fb4a60647ba004644f"><code>ea43d96</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/31871">#31871</a> from meeseeksmachine/auto-backport-of-pr-31870-on-v...</li> <li>Additional commits viewable in <a href="https://github.com/matplotlib/matplotlib/compare/v3.10.9...v3.11.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 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>
2 parents 0c7ad25 + 26b273c commit 00de8ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tqdm~=4.68.2
1212
safetensors~=0.8.0
1313
WMI~=1.5.1
1414
prettytable~=3.17.0
15-
matplotlib~=3.10.9
15+
matplotlib~=3.11.0
1616
networkx~=3.6.1
1717
pandas~=3.0.3
1818
cryptography~=48.0.1

0 commit comments

Comments
 (0)