Skip to content

Commit

Permalink
environment: limit libgdal to 3.0.4 max (PyPSA#197)
Browse files Browse the repository at this point in the history
* environment: limit libgdal to 3.0.4 max

* environment: test numpy version

* environment: lift numpy version restriction

* environment: reintroduce numpy version restriction
  • Loading branch information
fneum authored Sep 25, 2020
1 parent 9966038 commit 0988551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0988551

Please sign in to comment.