Skip to content

Commit 244ae8a

Browse files
Pin geopandas version to <0.11
Quickfix for issue with geopandas 0.11
2 parents d580f28 + 012ce2c commit 244ae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enable = true
2121
[tool.poetry.dependencies]
2222
python = '^3.6'
2323
appdirs = '*'
24-
geopandas = '*'
24+
geopandas = '<0.11'
2525
haversine = '*'
2626
matplotlib = '*'
2727
netCDF4 = '<1.6'

0 commit comments

Comments
 (0)