From c13d3a520c5fc65f3634c04d2bb9d9070c129677 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sat, 10 Sep 2022 15:38:30 +0200 Subject: [PATCH] settle envs/environment.yaml --- envs/environment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 41fd6c86..8cb8e565 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -7,7 +7,7 @@ channels: - conda-forge - bioconda dependencies: - - python==3.9 + - python>=3.8 - pip - pypsa>=0.20 @@ -37,14 +37,14 @@ dependencies: - pyomo - matplotlib - proj - - fiona # <= 1.18.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved + - fiona <= 1.18.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved - country_converter # Keep in conda environment when calling ipython - ipython # GIS dependencies: - - cartopy>=0.16 + - cartopy - descartes - rasterio<=1.2.9 # 1.2.10 creates error https://github.com/PyPSA/atlite/issues/238