@@ -12,13 +12,11 @@ is a 'minor version'.
12
12
Matplotlib follows `NEP 29
13
13
<https://numpy.org/neps/nep-0029-deprecation_policy.html> `__.
14
14
15
-
16
15
Python and NumPy
17
16
================
18
17
19
18
Matplotlib supports:
20
19
21
-
22
20
- All minor versions of Python released 42 months prior to the
23
21
project, and at minimum the two latest minor versions.
24
22
- All minor versions of ``numpy `` released in the 24 months prior
@@ -32,7 +30,6 @@ artifacts built for the release.
32
30
Minimum Python and NumPy version support should be adjusted upward
33
31
on every major and minor release, but never on a patch release.
34
32
35
-
36
33
See also the :ref: `list-of-dependency-min-versions `.
37
34
38
35
Python Dependencies
@@ -67,12 +64,11 @@ dependencies released in the 12 months prior to our planned release.
67
64
We will only bump these as needed or versions no longer support our
68
65
minimum Python and numpy.
69
66
70
-
71
67
System and C-dependencies
72
68
=========================
73
69
74
70
For system or C-dependencies (FreeType, GUI frameworks, LaTeX,
75
- gs, ffmpeg ) support as old as practical. These can be difficult to
71
+ Ghostscript, FFmpeg ) support as old as practical. These can be difficult to
76
72
install for end-users and we want to be usable on as many systems as
77
73
possible. We will bump these on a case-by-case basis.
78
74
@@ -82,14 +78,14 @@ List of dependency versions
82
78
===========================
83
79
84
80
The following list shows the minimal versions of Python and NumPy dependencies
85
- for different versions of matplotlib . Follow the links for the full
81
+ for different versions of Matplotlib . Follow the links for the full
86
82
specification of the dependencies.
87
83
88
84
========== ======== ======
89
85
Matplotlib Python NumPy
90
86
========== ======== ======
91
87
3.3 3.6 1.15.0
92
- 3.2 3.6 1.11.0
88
+ ` 3.2 `_ 3.6 1.11.0
93
89
`3.1 `_ 3.6 1.11.0
94
90
`3.0 `_ 3.5 1.10.0
95
91
`2.2 `_ 2.7, 3.4 1.7.1
@@ -103,6 +99,7 @@ Matplotlib Python NumPy
103
99
1.0 2.4 1.1
104
100
========== ======== ======
105
101
102
+ .. _`3.2` : https://matplotlib.org/3.2.0/users/installing.html#dependencies
106
103
.. _`3.1` : https://matplotlib.org/3.1.0/users/installing.html#dependencies
107
104
.. _`3.0` : https://matplotlib.org/3.0.0/users/installing.html#dependencies
108
105
.. _`2.2` : https://matplotlib.org/2.2.0/users/installing.html#dependencies
0 commit comments