From 9966038837232b05e1ad09a97d3d251eef43fcda Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 25 Sep 2020 15:47:44 +0200 Subject: [PATCH] environment: limit libgdal to 3.0.2 (2nd try) --- environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index ca8b0862..59c0cbbc 100644 --- a/environment.yaml +++ b/environment.yaml @@ -11,6 +11,7 @@ channels: dependencies: - python - pip + - mamba # esp for windows build - pypsa>=0.17.1 - atlite=0.0.3 @@ -48,7 +49,7 @@ dependencies: - geopandas - rasterio - shapely - - libgdal + - libgdal<=3.0.2 # Solvers - gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed