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
|
- pytables
|
||||||
- lxml
|
- lxml
|
||||||
- powerplantmatching>=0.4.3
|
- powerplantmatching>=0.4.3
|
||||||
|
- numpy<=1.19.0 # otherwise macos fails
|
||||||
|
|
||||||
# Second order dependencies which should really be deps of atlite
|
# Second order dependencies which should really be deps of atlite
|
||||||
- xarray
|
- xarray
|
||||||
@ -49,7 +50,7 @@ dependencies:
|
|||||||
- geopandas
|
- geopandas
|
||||||
- rasterio
|
- rasterio
|
||||||
- shapely
|
- shapely
|
||||||
- libgdal<=3.0.2
|
- libgdal<=3.0.4
|
||||||
|
|
||||||
# Solvers
|
# Solvers
|
||||||
- gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed
|
- gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed
|
||||||
|
Loading…
Reference in New Issue
Block a user