Skip to content

Commit

Permalink
config: restricting fiona version to <=1.9.6 (pypsa-meets-earth#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
finozzifa authored Sep 19, 2024
1 parent 43b5940 commit 8bd4b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/environment.mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- numpy
- pandas
- geopandas>=0.11.0, <=0.14.3
- fiona!=1.10.0
- fiona<=1.9.6
- xarray>=2023.11.0, <2023.12.0
- netcdf4
- networkx
Expand Down
2 changes: 1 addition & 1 deletion envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- numpy
- pandas
- geopandas>=0.11.0, <=0.14.3
- fiona!=1.10.0
- fiona<=1.9.6
- xarray>=2023.11.0, <2023.12.0
- netcdf4
- networkx
Expand Down

0 comments on commit 8bd4b86

Please sign in to comment.