File tree Expand file tree Collapse file tree 5 files changed +129
-2134
lines changed Expand file tree Collapse file tree 5 files changed +129
-2134
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ Matplotlib requires a large number of dependencies:
179
179
* `six <https://pypi.python.org/pypi/six >`_
180
180
* `backports.functools_lru_cache <https://pypi.python.org/pypi/backports.functools_lru_cache >`_
181
181
(for Python 2.7 only)
182
+ * `funcsigs <https://pypi.python.org/pypi/funcsigs >`_ (for Python 2.7 only)
182
183
* `subprocess32 <https://pypi.python.org/pypi/subprocess32/ >`_ (for Python
183
184
2.7 only, on Linux and macOS only)
184
185
@@ -324,7 +325,7 @@ without fiddling with environment variables::
324
325
# this package is only available in the conda-forge channel
325
326
conda install -c conda-forge msinttypes
326
327
# for Python 2.7
327
- conda install -c conda-forge backports.functools_lru_cache
328
+ conda install -c conda-forge backports.functools_lru_cache funcsigs
328
329
329
330
# copy the libs which have "wrong" names
330
331
set LIBRARY_LIB=%CONDA_DEFAULT_ENV%\Library\lib
Original file line number Diff line number Diff line change 7
7
:: # this package is only available in the conda-forge channel
8
8
:: conda install -c conda-forge msinttypes
9
9
:: if you build on py2.7:
10
- :: conda install -c conda-forge backports.functools_lru_cache
10
+ :: conda install -c conda-forge backports.functools_lru_cache funcsigs
11
11
12
12
set TARGET = bdist_wheel
13
13
IF [%1 ]== [] (
You can’t perform that action at this time.
0 commit comments