@@ -15,15 +15,15 @@ When installing through a package manager like ``pip`` or ``conda``, the
1515mandatory dependencies are automatically installed. This list is mainly for
1616reference.
1717
18- * `Python <https://www.python.org/downloads/ >`_ (>= 3.8 )
18+ * `Python <https://www.python.org/downloads/ >`_ (>= 3.9 )
1919* `contourpy <https://pypi.org/project/contourpy/ >`_ (>= 1.0.1)
2020* `cycler <https://matplotlib.org/cycler/ >`_ (>= 0.10.0)
2121* `dateutil <https://pypi.org/project/python-dateutil/ >`_ (>= 2.7)
2222* `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)
2424* `NumPy <https://numpy.org >`_ (>= 1.20)
2525* `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 )
2727* `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 2.3.1)
2828* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`_
2929* `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 2.3.1)
@@ -180,7 +180,6 @@ Minimum pip / manylinux support (linux)
180180Matplotlib publishes `manylinux wheels <https://github.com/pypa/manylinux >`_
181181which have a minimum version of pip which will recognize the wheels
182182
183- - Python 3.8: ``manylinx2010 `` / pip >= 19.0
184183- Python 3.9+: ``manylinx2014 `` / pip >= 19.3
185184
186185In all cases the required version of pip is embedded in the CPython source.