hotfix to overcome xarray chunking error by reverting to an older version

This commit is contained in:
martacki 2023-10-12 17:09:03 +02:00
parent 4fc9959f5a
commit 9cde392227

View File

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
name: pypsa-eur name: pypsa-eur-eee
channels: channels:
- conda-forge - conda-forge
- bioconda - bioconda
@ -27,7 +27,7 @@ dependencies:
- numpy - numpy
- pandas>=1.4 - pandas>=1.4
- geopandas>=0.11.0 - geopandas>=0.11.0
- xarray - xarray<=2023.8.0
- rioxarray - rioxarray
- netcdf4 - netcdf4
- networkx - networkx