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
This commit is contained in:
Fabian Neumann 2020-09-25 19:57:09 +02:00 committed by GitHub
parent 9966038837
commit 0988551896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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