Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd598f6

Browse filesBrowse files
committed
DOC: add API note for NumPy + Python version bumps
1 parent 30d08b9 commit fd598f6
Copy full SHA for fd598f6

File tree

Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
Increase to minimum supported versions of dependencies
3+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4+
5+
For Matplotlib 3.11, the :ref:`minimum supported versions <dependencies>` are
6+
being bumped:
7+
8+
+------------+-----------------+----------------+
9+
| Dependency | min in mpl3.10 | min in mpl3.11 |
10+
+============+=================+================+
11+
| Python | 3.10 | 3.11 |
12+
| NumPy | 1.23 | 1.25 |
13+
+------------+-----------------+----------------+
14+
15+
This is consistent with our :ref:`min_deps_policy` and `SPEC0
16+
<https://scientific-python.org/specs/spec-0000/>`__

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.