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:
parent
9966038837
commit
0988551896
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user