@@ -19,12 +19,12 @@ reference.
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)
22- * `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>=4.22.0)
22+ * `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>= 4.22.0)
2323* `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.0.1)
2424* `NumPy <https://numpy.org >`_ (>= 1.19)
2525* `packaging <https://pypi.org/project/packaging/ >`_ (>= 20.0)
2626* `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 6.2)
27- * `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>=2.2.1)
27+ * `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 2.2.1)
2828* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`_
2929
3030
@@ -56,9 +56,9 @@ and the capabilities they provide.
5656* wxPython _ (>= 4): for the wx-based backends. If using pip (but not conda or
5757 system package manager) on Linux wxPython wheels must be manually downloaded
5858 from https://wxpython.org/pages/downloads/.
59- * Tornado _ (>=5): for the WebAgg backend.
59+ * Tornado _ (>= 5): for the WebAgg backend.
6060* ipykernel _: for the nbagg backend.
61- * macOS (>=10.12): for the macosx backend.
61+ * macOS (>= 10.12): for the macosx backend.
6262
6363.. _Tk : https://docs.python.org/3/library/tk.html
6464.. _PyQt5 : https://pypi.org/project/PyQt5/
@@ -84,8 +84,8 @@ Font handling and rendering
8484
8585* `LaTeX <https://www.latex-project.org/ >`_ (with `cm-super
8686 <https://ctan.org/pkg/cm-super> `__ and `underscore
87- <https://ctan.org/pkg/underscore> `__ ) and `GhostScript (>=9.0)
88- <https://ghostscript.com/releases/> `_ : for rendering text with LaTeX.
87+ <https://ctan.org/pkg/underscore> `__) and `GhostScript (>= 9.0)
88+ <https://ghostscript.com/releases/> `_: for rendering text with LaTeX.
8989* `fontconfig <https://www.fontconfig.org >`_ (>= 2.7): for detection of system
9090 fonts on Linux.
9191
@@ -178,8 +178,8 @@ Minimum pip / manylinux support (linux)
178178Matplotlib publishes `manylinux wheels <https://github.com/pypa/manylinux >`_
179179which have a minimum version of pip which will recognize the wheels
180180
181- - Python 3.8: ``manylinx2010 `` / pip >=19.0
182- - Python 3.9+: ``manylinx2014 `` / pip >=19.3
181+ - Python 3.8: ``manylinx2010 `` / pip >= 19.0
182+ - Python 3.9+: ``manylinx2014 `` / pip >= 19.3
183183
184184In all cases the required version of pip is embedded in the CPython source.
185185
@@ -227,7 +227,7 @@ This section lists the additional software required for
227227
228228Required:
229229
230- - pytest _ (>=3.6)
230+ - pytest _ (>= 3.6)
231231
232232Optional:
233233
@@ -240,7 +240,7 @@ testing the following will be used if they are installed.
240240- pandas _ used to test compatibility with Pandas
241241- pikepdf _ used in some tests for the pgf and pdf backends
242242- psutil _ used in testing the interactive backends
243- - pytest-cov _ (>=2.3.1) to collect coverage information
243+ - pytest-cov _ (>= 2.3.1) to collect coverage information
244244- pytest-flake8 _ to test coding standards using flake8 _
245245- pytest-timeout _ to limit runtime in case of stuck tests
246246- pytest-xdist _ to run tests in parallel
0 commit comments