From 4fee5783f504579e09b934408b1fce278fa8d259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis=20Gailis?= Date: Wed, 18 Apr 2018 17:32:08 +0200 Subject: [PATCH] Bump xarray version A bug with decode_time has been fixed upstream in xarray 0.10.3 --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 87797e238..07cdb0686 100644 --- a/environment.yml +++ b/environment.yml @@ -36,8 +36,8 @@ dependencies: - scipy >=0.19,<1.0 - shapely >=1.6,<2.0 - tornado >=5.0,<6.0 - # xarray >= 0.10.1 has an issue with time decoding see #579 - - xarray ==0.10.0 + # Require >= 0.10.3 due to #579 + - xarray >=0.10.3 # # for testing only #