File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments