From f9f1d73ccc1caf654326a654ef9a1558b8480597 Mon Sep 17 00:00:00 2001 From: Long Vu Date: Mon, 26 Jul 2021 13:16:46 -0400 Subject: [PATCH] docker: unpin pandas as xarray issue pydata/xarray/issues/5588 fixed --- docker/environment.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/environment.yml b/docker/environment.yml index f8d0e211..c6d4fa6a 100644 --- a/docker/environment.yml +++ b/docker/environment.yml @@ -23,9 +23,7 @@ dependencies: - rasterio - gdal # for osgeo - geopandas - # Pin pandas due to xarray - # https://github.com/pydata/xarray/issues/5588#issuecomment-885271773 - - pandas==1.2.5 + - pandas - rioxarray - scikit-image - ipyleaflet