From 85f16f0b89e2b92ee0149f05506d23ac324981c9 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Mon, 22 Jul 2019 09:26:47 -0700 Subject: [PATCH] Temporarily remove pynio from py36 CI build This should get things building again. --- ci/requirements/py36.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/requirements/py36.yml b/ci/requirements/py36.yml index 6bc29b81539..a8481623f80 100644 --- a/ci/requirements/py36.yml +++ b/ci/requirements/py36.yml @@ -27,7 +27,9 @@ dependencies: - pseudonetcdf>=3.0.1 - cfgrib>=0.9.2 - cdms2 - - pynio + # Disabled due to conflicting dependencies: + # https://github.com/pydata/xarray/issues/3154 + # - pynio - iris>=1.10 - pydap - lxml