Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfalkena committed Sep 18, 2024
1 parent bc3300a commit 83411f4
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 83411f4

Please sign in to comment.