From 9cde392227b9902b5ad3fbdb52827aca5bf3cc8d Mon Sep 17 00:00:00 2001 From: martacki Date: Thu, 12 Oct 2023 17:09:03 +0200 Subject: [PATCH] hotfix to overcome xarray chunking error by reverting to an older version --- envs/environment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 09c209a6..2826ebbe 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -name: pypsa-eur +name: pypsa-eur-eee channels: - conda-forge - bioconda @@ -27,7 +27,7 @@ dependencies: - numpy - pandas>=1.4 - geopandas>=0.11.0 -- xarray +- xarray<=2023.8.0 - rioxarray - netcdf4 - networkx