Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73ce5a6

Browse filesBrowse files
committed
DOC: add missing runtime dependencies
and sort the list below Python
1 parent 97428bc commit 73ce5a6
Copy full SHA for 73ce5a6

File tree

Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed

‎doc/devel/dependencies.rst

Copy file name to clipboardExpand all lines: doc/devel/dependencies.rst
+7-4Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ mandatory dependencies are automatically installed. This list is mainly for
1616
reference.
1717

1818
* `Python <https://www.python.org/downloads/>`_ (>= 3.8)
19-
* `NumPy <https://numpy.org>`_ (>= 1.19)
20-
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`_
19+
* `contourpy <https://pypi.org/project/contourpy/>`_ (>= 1.0.1)
2120
* `cycler <https://matplotlib.org/cycler/>`_ (>= 0.10.0)
2221
* `dateutil <https://pypi.org/project/python-dateutil/>`_ (>= 2.7)
22+
* `fontTools <https://fonttools.readthedocs.io/en/latest/>`_ (>=4.22.0)
2323
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.1)
24+
* `NumPy <https://numpy.org>`_ (>= 1.19)
25+
* `packaging <https://pypi.org/project/packaging/>`_ (>= 20.0)
2426
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 6.2)
2527
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>=2.2.1)
26-
* `fontTools <https://fonttools.readthedocs.io/en/latest/>`_ (>=4.22.0)
28+
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`_
2729

2830

2931
.. _optional_dependencies:
@@ -81,7 +83,8 @@ Font handling and rendering
8183
~~~~~~~~~~~~~~~~~~~~~~~~~~~
8284

8385
* `LaTeX <https://www.latex-project.org/>`_ (with `cm-super
84-
<https://ctan.org/pkg/cm-super>`__ ) and `GhostScript (>=9.0)
86+
<https://ctan.org/pkg/cm-super>`__ and `underscore
87+
<https://ctan.org/pkg/underscore>`__ ) and `GhostScript (>=9.0)
8588
<https://ghostscript.com/download/>`_ : for rendering text with LaTeX.
8689
* `fontconfig <https://www.fontconfig.org>`_ (>= 2.7): for detection of system
8790
fonts on Linux.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.