Skip to content

Commit

Permalink
Pin contextily>=1.2
Browse files Browse the repository at this point in the history
So that xyzservices is also installed by default and `from xyzservices import TileProvider` can work. See geopandas/contextily#183
  • Loading branch information
weiji14 committed Nov 21, 2024
1 parent 3b7b777 commit 6120bbe
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 @@ -40,7 +40,7 @@ dynamic = ["version"]

[project.optional-dependencies]
all = [
"contextily>=1",
"contextily>=1.2",
"geopandas>=0.14",
"IPython>=8", # 'ipython' is not the correct module name.
"pyarrow>=14",
Expand Down

0 comments on commit 6120bbe

Please sign in to comment.