Skip to content

Commit

Permalink
chore: ngen cal pin fiona<1.10.0; python < 3.9
Browse files Browse the repository at this point in the history
fiona v 1.10.0 deprecated  'fiona.path' field (seem to have been removed?)
https://github.com/Toblerity/Fiona/releases/tag/1.10.0

geopandas geojson reader uses fiona.

geopandas v0.14 dropped support for python<3.9. so, ngen.cal
installations are effectively pinned to geopandas <= v0.14.
transitively, ngen.cal needs to pin fiona<1.10.0 for compatibility.
https://geopandas.org/en/stable/docs/changelog.html#version-0-14-sep-15-2023
  • Loading branch information
aaraney committed Sep 4, 2024
1 parent e971d46 commit 27f262f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ngen_cal/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install_requires =
pydantic<2
pandas>=1.1.2
geopandas
fiona<1.10.0; python_version < "3.9"
matplotlib
hydrotools.metrics
hydrotools.nwis_client
Expand Down

0 comments on commit 27f262f

Please sign in to comment.