From 6120bbe31a78ad8df5a005f983d3378e08756396 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:00:19 +1300 Subject: [PATCH] Pin contextily>=1.2 So that xyzservices is also installed by default and `from xyzservices import TileProvider` can work. See https://github.com/geopandas/contextily/pull/183 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02acde598e7..3504543902e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",