Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e26bfb8

Browse files
committed
[DOC] Update dependency documentation
1 parent 440f761 commit e26bfb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/devel/dependencies.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ reference.
2525
* `packaging <https://pypi.org/project/packaging/>`_ (>= 20.0)
2626
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 8.0)
2727
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 2.3.1)
28-
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`_
29-
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 2.3.1)
3028
* `importlib-resources <https://pypi.org/project/importlib-resources/>`_
3129
(>= 3.2.0; only required on Python < 3.10)
3230

@@ -228,6 +226,9 @@ Setup dependencies
228226
- `certifi <https://pypi.org/project/certifi/>`_ (>= 2020.06.20). Used while
229227
downloading the freetype and QHull source during build. This is not a
230228
runtime dependency.
229+
- `PyBind11 <https://pypi.org/project/pybind11/>`_ (>= 2.6). Used to connect C/C++ code
230+
with Python.
231+
- `setuptools <https://pypi.org/project/setuptools/>`_ (>= 42).
231232
- `setuptools_scm <https://pypi.org/project/setuptools-scm/>`_ (>= 7). Used to
232233
update the reported ``mpl.__version__`` based on the current git commit.
233234
Also a runtime dependency for editable installs.

0 commit comments

Comments
 (0)