diff --git a/doc/devel/dependencies.rst b/doc/devel/dependencies.rst
index af03f53bab6c..e1686b6e32eb 100644
--- a/doc/devel/dependencies.rst
+++ b/doc/devel/dependencies.rst
@@ -25,8 +25,6 @@ reference.
* `packaging `_ (>= 20.0)
* `Pillow `_ (>= 8.0)
* `pyparsing `_ (>= 2.3.1)
-* `setuptools `_
-* `pyparsing `_ (>= 2.3.1)
* `importlib-resources `_
(>= 3.2.0; only required on Python < 3.10)
@@ -228,6 +226,9 @@ Setup dependencies
- `certifi `_ (>= 2020.06.20). Used while
downloading the freetype and QHull source during build. This is not a
runtime dependency.
+- `PyBind11 `_ (>= 2.6). Used to connect C/C++ code
+ with Python.
+- `setuptools `_ (>= 42).
- `setuptools_scm `_ (>= 7). Used to
update the reported ``mpl.__version__`` based on the current git commit.
Also a runtime dependency for editable installs.