Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 418984d

Browse files
authored
Merge pull request #15326 from timhoffm/doc-min-versions
List of minimal versions of dependencies
2 parents 95d89fe + c21e2d4 commit 418984d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

doc/devel/min_dep_policy.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Python and numpy
2222
We will bump the minimum python and numpy versions as we can every
2323
minor and major release, but never on a patch release.
2424

25+
See also the :ref:`list-of-dependency-min-versions`.
26+
2527
Python Dependencies
2628
===================
2729

@@ -62,3 +64,39 @@ For system or c-dependencies (libpng, freetype, GUI frameworks, latex,
6264
gs, ffmpeg) support as old as practical. These can be difficult to
6365
install for end-users and we want to be usable on as many systems as
6466
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

Comments
 (0)