@@ -19,12 +19,12 @@ reference.
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
- * `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>=4.22.0)
22
+ * `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>= 4.22.0)
23
23
* `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.0.1)
24
24
* `NumPy <https://numpy.org >`_ (>= 1.19)
25
25
* `packaging <https://pypi.org/project/packaging/ >`_ (>= 20.0)
26
26
* `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)
28
28
* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`_
29
29
30
30
@@ -56,9 +56,9 @@ and the capabilities they provide.
56
56
* wxPython _ (>= 4): for the wx-based backends. If using pip (but not conda or
57
57
system package manager) on Linux wxPython wheels must be manually downloaded
58
58
from https://wxpython.org/pages/downloads/.
59
- * Tornado _ (>=5): for the WebAgg backend.
59
+ * Tornado _ (>= 5): for the WebAgg backend.
60
60
* ipykernel _: for the nbagg backend.
61
- * macOS (>=10.12): for the macosx backend.
61
+ * macOS (>= 10.12): for the macosx backend.
62
62
63
63
.. _Tk : https://docs.python.org/3/library/tk.html
64
64
.. _PyQt5 : https://pypi.org/project/PyQt5/
@@ -84,8 +84,8 @@ Font handling and rendering
84
84
85
85
* `LaTeX <https://www.latex-project.org/ >`_ (with `cm-super
86
86
<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.
89
89
* `fontconfig <https://www.fontconfig.org >`_ (>= 2.7): for detection of system
90
90
fonts on Linux.
91
91
@@ -178,8 +178,8 @@ Minimum pip / manylinux support (linux)
178
178
Matplotlib publishes `manylinux wheels <https://github.com/pypa/manylinux >`_
179
179
which have a minimum version of pip which will recognize the wheels
180
180
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
183
183
184
184
In all cases the required version of pip is embedded in the CPython source.
185
185
@@ -227,7 +227,7 @@ This section lists the additional software required for
227
227
228
228
Required:
229
229
230
- - pytest _ (>=3.6)
230
+ - pytest _ (>= 3.6)
231
231
232
232
Optional:
233
233
@@ -240,7 +240,7 @@ testing the following will be used if they are installed.
240
240
- pandas _ used to test compatibility with Pandas
241
241
- pikepdf _ used in some tests for the pgf and pdf backends
242
242
- 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
244
244
- pytest-flake8 _ to test coding standards using flake8 _
245
245
- pytest-timeout _ to limit runtime in case of stuck tests
246
246
- pytest-xdist _ to run tests in parallel
0 commit comments