From 0f471f387301f2808f31b6a7d63103bab43c39bb Mon Sep 17 00:00:00 2001 From: mattijn Date: Wed, 22 May 2024 23:33:24 +0200 Subject: [PATCH] try patched geopandas --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36c95b317..c613f5a07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,8 +75,8 @@ dev = [ "mypy", "pandas-stubs", "types-jsonschema", - "types-setuptools", - "geopandas", + "types-setuptools", + "geopandas @ git+https://github.com/mattijn/geopandas.git@read_file_adaptation", ] doc = [ "sphinx",