@@ -15,15 +15,15 @@ When installing through a package manager like ``pip`` or ``conda``, the
15
15
mandatory dependencies are automatically installed. This list is mainly for
16
16
reference.
17
17
18
- * `Python <https://www.python.org/downloads/ >`_ (>= 3.8 )
18
+ * `Python <https://www.python.org/downloads/ >`_ (>= 3.9 )
19
19
* `contourpy <https://pypi.org/project/contourpy/ >`_ (>= 1.0.1)
20
20
* `cycler <https://matplotlib.org/cycler/ >`_ (>= 0.10.0)
21
21
* `dateutil <https://pypi.org/project/python-dateutil/ >`_ (>= 2.7)
22
22
* `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>= 4.22.0)
23
- * `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.0 .1)
23
+ * `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.3 .1)
24
24
* `NumPy <https://numpy.org >`_ (>= 1.20)
25
25
* `packaging <https://pypi.org/project/packaging/ >`_ (>= 20.0)
26
- * `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 6.2 )
26
+ * `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 8.0 )
27
27
* `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 2.3.1)
28
28
* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`_
29
29
* `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 2.3.1)
@@ -180,7 +180,6 @@ Minimum pip / manylinux support (linux)
180
180
Matplotlib publishes `manylinux wheels <https://github.com/pypa/manylinux >`_
181
181
which have a minimum version of pip which will recognize the wheels
182
182
183
- - Python 3.8: ``manylinx2010 `` / pip >= 19.0
184
183
- Python 3.9+: ``manylinx2014 `` / pip >= 19.3
185
184
186
185
In all cases the required version of pip is embedded in the CPython source.
0 commit comments