@@ -22,6 +22,8 @@ Python and numpy
22
22
We will bump the minimum python and numpy versions as we can every
23
23
minor and major release, but never on a patch release.
24
24
25
+ See also the :ref: `list-of-dependency-min-versions `.
26
+
25
27
Python Dependencies
26
28
===================
27
29
@@ -62,3 +64,39 @@ For system or c-dependencies (libpng, freetype, GUI frameworks, latex,
62
64
gs, ffmpeg) support as old as practical. These can be difficult to
63
65
install for end-users and we want to be usable on as many systems as
64
66
possible. We will bump these on a case-by-case basis.
67
+
68
+ .. _list-of-dependency-min-versions :
69
+
70
+ List of dependency versions
71
+ ===========================
72
+
73
+ The following list shows the minimal versions of Python and NumPy dependencies
74
+ for different versions of matplotlib. Follow the links for the full
75
+ specification of the dependencies.
76
+
77
+ ========== ======== ======
78
+ Matplotlib Python NumPy
79
+ ========== ======== ======
80
+ 3.3 3.6 1.11.0
81
+ 3.2 3.6 1.11.0
82
+ `3.1 `_ 3.6 1.11.0
83
+ `3.0 `_ 3.5 1.10.0
84
+ `2.2 `_ 2.7, 3.4 1.7.1
85
+ `2.1 `_ 2.7, 3.4 1.7.1
86
+ `2.0 `_ 2.7, 3.4 1.7.1
87
+ `1.5 `_ 2.7, 3.4 1.6
88
+ `1.4 `_ 2.6, 3.3 1.6
89
+ `1.3 `_ 2.6, 3.3 1.5
90
+ 1.2 2.6, 3.1 1.4
91
+ 1.1 2.4 1.1
92
+ 1.0 2.4 1.1
93
+ ========== ======== ======
94
+
95
+ .. _`3.1` : https://matplotlib.org/3.1.0/users/installing.html#dependencies
96
+ .. _`3.0` : https://matplotlib.org/3.0.0/users/installing.html#dependencies
97
+ .. _`2.2` : https://matplotlib.org/2.2.0/users/installing.html#dependencies
98
+ .. _`2.1` : https://matplotlib.org/2.1.0/users/installing.html#dependencies
99
+ .. _`2.0` : https://matplotlib.org/2.0.0/users/installing.html#required-dependencies
100
+ .. _`1.5` : https://matplotlib.org/1.5.0/users/installing.html#required-dependencies
101
+ .. _`1.4` : https://matplotlib.org/1.4.0/users/installing.html#required-dependencies
102
+ .. _`1.3` : https://matplotlib.org/1.3.0/users/installing.html#build-requirements
0 commit comments