We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f730235 + 4ba3d18 commit 27cfc23Copy full SHA for 27cfc23
2 files changed
.appveyor.yml
@@ -63,7 +63,7 @@ install:
63
test_script:
64
# Now build the thing..
65
- set LINK=/LIBPATH:%cd%\lib
66
- - pip install -v --no-build-isolation --config-settings=setup-args="--vsenv" --editable .[dev]
+ - pip install -v --no-build-isolation --editable .[dev]
67
# this should show no freetype dll...
68
- set "DUMPBIN=%VS140COMNTOOLS%\..\..\VC\bin\dumpbin.exe"
69
- '"%DUMPBIN%" /DEPENDENTS lib\matplotlib\ft2font*.pyd | findstr freetype.*.dll && exit /b 1 || exit /b 0'
environment.yml
@@ -11,6 +11,8 @@ channels:
11
dependencies:
12
# runtime dependencies
13
- cairocffi
14
+ - c-compiler
15
+ - cxx-compiler
16
- contourpy>=1.0.1
17
- cycler>=0.10.0
18
- fonttools>=4.22.0
0 commit comments