File tree 1 file changed +14
-0
lines changed
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.
190
190
Additional dependencies for development
191
191
=======================================
192
192
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
+
193
207
.. _compile-dependencies :
194
208
195
209
C++ Compiler
You can’t perform that action at this time.
0 commit comments