Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02fd48e

Browse files
committed
Update environment.yml
We need pybind11 and a C++ compiler because of #24522
1 parent ecf6e26 commit 02fd48e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

environment.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ name: mpl-dev
88
channels:
99
- conda-forge
1010
dependencies:
11+
# build dependencies
12+
- gxx_linux-64 # [linux]
13+
- setuptools
14+
# runtime dependencies
1115
- cairocffi
1216
- contourpy>=1.0.1
1317
- cycler>=0.10.0
@@ -16,11 +20,11 @@ dependencies:
1620
- kiwisolver>=1.0.1
1721
- numpy>=1.19
1822
- pillow>=6.2
23+
- pybind11>=2.6.0
1924
- pygobject
2025
- pyparsing
2126
- pyqt
2227
- python-dateutil>=2.1
23-
- setuptools
2428
- setuptools_scm
2529
- wxpython
2630
# building documentation

0 commit comments

Comments
 (0)