From 81a264ab919ddea118b4af08cacfde33bdd16d28 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Mon, 2 Aug 2021 12:47:15 -0400 Subject: [PATCH] Update environment.yml (#186) --- ci/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/environment.yml b/ci/environment.yml index 01f39d41..bebdbe8a 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - xarray>=0.17.0 - - pandas<1.3 # remove this once https://github.com/pydata/xarray/issues/5581 is released + - pandas - netcdf4 - scipy - xgcm