From ed63d5d136c177f65aabbc259197adc2ac50aef8 Mon Sep 17 00:00:00 2001 From: raphael dussin Date: Fri, 13 Aug 2021 09:40:32 -0400 Subject: [PATCH] Update environment.yml testing does not work with xarray=0.16 because of dask_gufuncs use to replace xr.apply_ufuncs --- ci/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/environment.yml b/ci/environment.yml index feca579..854a049 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -15,4 +15,4 @@ dependencies: - pytest-cov - scipy - shapely - - xarray + - xarray>=0.17.0