Skip to content

Commit d78fc88

Browse files
committed
Be more specific about Matplotlib version on AppVeyor to avoid using freetype 2.8
1 parent 2bd058d commit d78fc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ environment:
1919
CONDA_DEPENDENCIES: "matplotlib=1.5 nose"
2020

2121
- PYTHON_VERSION: "3.6"
22-
CONDA_DEPENDENCIES: "matplotlib=2.0 nose"
22+
CONDA_DEPENDENCIES: "matplotlib=2.0.1 nose"
2323

2424
platform:
2525
-x64

0 commit comments

Comments
 (0)