Skip to content

Commit

Permalink
[SEDONA-650] keep fiona version below 1.10.0 (#1576)
Browse files Browse the repository at this point in the history
Co-authored-by: jameswillis <[email protected]>
  • Loading branch information
james-willis and jameswillis authored Sep 5, 2024
1 parent 85e6107 commit bc396eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ pytest-cov = "*"
pandas="<=1.5.3"
numpy="<2"
geopandas="*"
# https://stackoverflow.com/questions/78949093/how-to-resolve-attributeerror-module-fiona-has-no-attribute-path
# cannot set geopandas>=0.14.4 since it doesn't support python 3.8, so we pin fiona to <1.10.0
fiona="<1.10.0"
shapely=">=1.7.0"
pyspark=">=2.3.0"
attrs="*"
Expand Down

0 comments on commit bc396eb

Please sign in to comment.