Skip to content

Commit 27377d5

Browse files
authored
Merge pull request #23727 from meeseeksmachine/auto-backport-of-pr-23724-on-v3.6.x
Backport PR #23724 on branch v3.6.x (Fix/harmonize spacing in dependencies.rst.)
2 parents 2345c2f + 82a53dc commit 27377d5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/devel/dependencies.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
178178
Matplotlib publishes `manylinux wheels <https://github.com/pypa/manylinux>`_
179179
which 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

184184
In 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

228228
Required:
229229

230-
- pytest_ (>=3.6)
230+
- pytest_ (>= 3.6)
231231

232232
Optional:
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

Comments
 (0)