@@ -16,14 +16,16 @@ mandatory dependencies are automatically installed. This list is mainly for
16
16
reference.
17
17
18
18
* `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)
21
20
* `cycler <https://matplotlib.org/cycler/ >`_ (>= 0.10.0)
22
21
* `dateutil <https://pypi.org/project/python-dateutil/ >`_ (>= 2.7)
22
+ * `fontTools <https://fonttools.readthedocs.io/en/latest/ >`_ (>=4.22.0)
23
23
* `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)
24
26
* `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 6.2)
25
27
* `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/ >`_
27
29
28
30
29
31
.. _optional_dependencies :
@@ -81,7 +83,8 @@ Font handling and rendering
81
83
~~~~~~~~~~~~~~~~~~~~~~~~~~~
82
84
83
85
* `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)
85
88
<https://ghostscript.com/download/> `_ : for rendering text with LaTeX.
86
89
* `fontconfig <https://www.fontconfig.org >`_ (>= 2.7): for detection of system
87
90
fonts on Linux.
0 commit comments