Skip to content

Commit

Permalink
fixed constraint for environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GbotemiB authored Dec 23, 2023
1 parent ef080b1 commit 538f06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
# - atlite>=0.2.4 # until https://github.com/PyPSA/atlite/issues/244 is not merged
- dask
- powerplantmatching>=0.5.7
- earth-osm=0.1.0
- earth-osm>=0.1.0, <0.2.0
- atlite

# Dependencies of the workflow itself
Expand All @@ -32,7 +32,7 @@ dependencies:
- pandas
- geopandas>=0.11.0
- fiona!=1.8.22
- xarray=2023.11.0
- xarray>=2023.11.0, <2023.12.0
- netcdf4
- networkx
- scipy
Expand Down

0 comments on commit 538f06b

Please sign in to comment.