File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,20 @@ In all cases the required version of pip is embedded in the CPython source.
190190Additional 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
195209C++ Compiler
You can’t perform that action at this time.
0 commit comments