Skip to content

Commit

Permalink
Restore environment (#1048)
Browse files Browse the repository at this point in the history
* Remove a constraint on geopandas

* Restore earth-osm conda

---------

Co-authored-by: Davide Fioriti <[email protected]>
Co-authored-by: Davide Fioriti <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent a0fa30f commit 5c5c2b0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ dependencies:
# currently the packages are being installed with pip
# need to move back to conda once the issues will be resolved
- powerplantmatching>=0.5.19
# - earth-osm>=2.1
# until the release will incorporate all the fixes needed
# to work with CDS beta
- earth-osm>=2.3.post1
- atlite>=0.3

# Dependencies of the workflow itself
Expand All @@ -35,8 +33,8 @@ dependencies:
# starting from 1.3.5 numpoly requires numpy>2.0 which leads to issues
- numpoly<=1.3.4
- pandas
- geopandas>=0.11.0, <=0.14.3
- fiona<1.10.0
- geopandas>=0.11.0
- fiona!=1.8.22
- xarray>=2023.11.0, <2023.12.0
- netcdf4
- networkx
Expand Down Expand Up @@ -86,7 +84,6 @@ dependencies:
- gurobi

- pip:
- earth-osm==2.2 # until conda release it out for earth-osm
- git+https://github.com/davide-f/google-drive-downloader@master # google drive with fix for virus scan
- tsam>=1.1.0
- chaospy # lastest version only available on pip
Expand Down

0 comments on commit 5c5c2b0

Please sign in to comment.