Skip to content

Commit

Permalink
Remove the matplotlib=3.0 constraint from py36.yml (#3143)
Browse files Browse the repository at this point in the history
The upstream issue that required the constraint seems to have been fixed:
barronh/pseudonetcdf#69
  • Loading branch information
shoyer authored Jul 18, 2019
1 parent c46fae1 commit 5111a9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/requirements/py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ dependencies:
- distributed
- h5py
- h5netcdf
# pin matplotlib for now, to ensure that we have at least one CI job
# testing pseudonetcdf: https://github.com/barronh/pseudonetcdf/issues/69
- matplotlib=3.0
- matplotlib
- netcdf4
- pytest
- pytest-cov
Expand Down

0 comments on commit 5111a9c

Please sign in to comment.