Skip to content

Commit e9f434d

Browse files
committed
DOC: add setup time dependencies
1 parent 73ce5a6 commit e9f434d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/devel/dependencies.rst

+14
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,20 @@ In all cases the required version of pip is embedded in the CPython source.
190190
Additional dependencies for development
191191
=======================================
192192

193+
.. _setup-dependencies:
194+
195+
Setup Dependencies
196+
------------------
197+
198+
- `certifi <https://pypi.org/project/certifi/>`_ (>= 2020.06.20). Used while
199+
downloading the freetype and QHull source during build. This is not a
200+
runtime dependency.
201+
- `setuptools_scm <https://pypi.org/project/setuptools-scm/>`_ (>= 7). Used to
202+
update the reported ``mpl.__version__`` based on the current git commit.
203+
Also a runtime dependency for editable installs.
204+
- `NumPy <https://numpy.org>`_ (>= 1.19). Also a runtime dependency.
205+
206+
193207
.. _compile-dependencies:
194208

195209
C++ Compiler

0 commit comments

Comments
 (0)