Skip to content

Commit

Permalink
Restore env gpd and fiona limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Dec 24, 2024
1 parent 876e7d9 commit 0217c34
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 @@ -33,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
- fiona!=1.8.22
- geopandas>=0.11.0, <=0.14.3
- fiona!=1.8.22, <1.10.0
- xarray>=2023.11.0, <2023.12.0
- netcdf4
- networkx
Expand Down

0 comments on commit 0217c34

Please sign in to comment.