From f0053a54a21a284c0ec07a4649e14c0b359bae07 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Thu, 18 Jul 2019 10:14:55 -0700 Subject: [PATCH] Remove the matplotlib=3.0 constraint from py36.yml The upstream issue that required the constraint seems to have been fixed: https://github.com/barronh/pseudonetcdf/issues/69 --- ci/requirements/py36.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/requirements/py36.yml b/ci/requirements/py36.yml index ffdd33fc5ba..6bc29b81539 100644 --- a/ci/requirements/py36.yml +++ b/ci/requirements/py36.yml @@ -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