From 1098f856350f264d1f229c548e80ea11d142aa03 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Tue, 11 Feb 2020 10:11:35 -0500 Subject: [PATCH] Bump xarray version I experienced problems with a computation due to a bug that was recently solved in xarray (https://github.com/pydata/xarray/issues/3574#event-2970550094). This PR adds the most recent release of xarray --- deployments/ocean/image/binder/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/ocean/image/binder/environment.yml b/deployments/ocean/image/binder/environment.yml index a5e28a64..73cfdb20 100644 --- a/deployments/ocean/image/binder/environment.yml +++ b/deployments/ocean/image/binder/environment.yml @@ -18,6 +18,7 @@ dependencies: - retrying==1.3.3 - unyt==2.6.0 - utide==0.2.5 + - xarray>=0.15 - xlrd==1.2.0 - xgcm==0.3.0 - nbdime==1.1.0