We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf6e26 commit 02fd48eCopy full SHA for 02fd48e
environment.yml
@@ -8,6 +8,10 @@ name: mpl-dev
8
channels:
9
- conda-forge
10
dependencies:
11
+ # build dependencies
12
+ - gxx_linux-64 # [linux]
13
+ - setuptools
14
+ # runtime dependencies
15
- cairocffi
16
- contourpy>=1.0.1
17
- cycler>=0.10.0
@@ -16,11 +20,11 @@ dependencies:
20
- kiwisolver>=1.0.1
21
- numpy>=1.19
18
22
- pillow>=6.2
23
+ - pybind11>=2.6.0
19
24
- pygobject
25
- pyparsing
26
- pyqt
27
- python-dateutil>=2.1
- - setuptools
28
- setuptools_scm
29
- wxpython
30
# building documentation
0 commit comments