File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ reference.
25
25
* `packaging <https://pypi.org/project/packaging/ >`_ (>= 20.0)
26
26
* `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 8.0)
27
27
* `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)
30
28
* `importlib-resources <https://pypi.org/project/importlib-resources/ >`_
31
29
(>= 3.2.0; only required on Python < 3.10)
32
30
@@ -228,6 +226,9 @@ Setup dependencies
228
226
- `certifi <https://pypi.org/project/certifi/ >`_ (>= 2020.06.20). Used while
229
227
downloading the freetype and QHull source during build. This is not a
230
228
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).
231
232
- `setuptools_scm <https://pypi.org/project/setuptools-scm/ >`_ (>= 7). Used to
232
233
update the reported ``mpl.__version__ `` based on the current git commit.
233
234
Also a runtime dependency for editable installs.
You can’t perform that action at this time.
0 commit comments