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 e26bfb8

Browse filesBrowse files
committed
[DOC] Update dependency documentation
1 parent 440f761 commit e26bfb8
Copy full SHA for e26bfb8

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎doc/devel/dependencies.rst

Copy file name to clipboardExpand all lines: doc/devel/dependencies.rst
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.