Skip to content

Commit 5111a9c

Browse files
authored
Remove the matplotlib=3.0 constraint from py36.yml (#3143)
The upstream issue that required the constraint seems to have been fixed: barronh/pseudonetcdf#69
1 parent c46fae1 commit 5111a9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/requirements/py36.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ dependencies:
88
- distributed
99
- h5py
1010
- h5netcdf
11-
# pin matplotlib for now, to ensure that we have at least one CI job
12-
# testing pseudonetcdf: https://github.com/barronh/pseudonetcdf/issues/69
13-
- matplotlib=3.0
11+
- matplotlib
1412
- netcdf4
1513
- pytest
1614
- pytest-cov

0 commit comments

Comments
 (0)