Skip to content

Commit 72a5e13

Browse files
committed
chore: update geopandas version to ease notebooks dependencies installation
1 parent 37cf32f commit 72a5e13

File tree

2 files changed

+95
-61
lines changed

2 files changed

+95
-61
lines changed

poetry.lock

Lines changed: 94 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ shapely = { version = "^2.0.0", optional = true }
2222
ipykernel = { version = "^6.0.0", optional = true }
2323
matplotlib = { version = "^3.4.1", optional = true }
2424
contextily = { version = "^1.1.0", optional = true }
25-
geopandas = { version = "^0.8.2", optional = true }
25+
geopandas = { version = ">=0.14.0,<1.0.0 || >=1.0.0", optional = true }
2626
descartes = { version = "^1.0.0", optional = true }
2727

2828
[tool.poetry.extras]

0 commit comments

Comments
 (0)