From 09885518966ecf2b5422d5e4e0360b387107ba33 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 25 Sep 2020 19:57:09 +0200 Subject: [PATCH] environment: limit libgdal to 3.0.4 max (#197) * environment: limit libgdal to 3.0.4 max * environment: test numpy version * environment: lift numpy version restriction * environment: reintroduce numpy version restriction --- environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 59c0cbbc..f363d6f0 100644 --- a/environment.yaml +++ b/environment.yaml @@ -27,6 +27,7 @@ dependencies: - pytables - lxml - powerplantmatching>=0.4.3 + - numpy<=1.19.0 # otherwise macos fails # Second order dependencies which should really be deps of atlite - xarray @@ -49,7 +50,7 @@ dependencies: - geopandas - rasterio - shapely - - libgdal<=3.0.2 + - libgdal<=3.0.4 # Solvers - gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed