Skip to content

Commit

Permalink
allow later versions of geopandas
Browse files Browse the repository at this point in the history
  • Loading branch information
sfalkena committed Sep 20, 2024
1 parent 7a2e079 commit 20b643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
# fiona 1.8.21+ required for Python 3.10 wheels
"fiona>=1.8.21",
# geopandas 0.13.2 is the last version to support pandas 1.3, but has feather support
"geopandas==0.13.2",
"geopandas>=0.13.2",
# kornia 0.7.3+ required for instance segmentation support in AugmentationSequential
"kornia>=0.7.3",
# lightly 1.4.5+ required for LARS optimizer
Expand Down

0 comments on commit 20b643a

Please sign in to comment.