From 05c98d535f9b445337f14f57937b78cb08632eb3 Mon Sep 17 00:00:00 2001 From: "Matthew T. Perry" Date: Fri, 27 Sep 2024 11:21:55 -0600 Subject: [PATCH] pin geopandas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 595ef97..878e52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ progress = [ ] test = [ "coverage", - "geopandas", + "geopandas <= 1.0", "pyshp >=1.1.4", "pytest >=4.6", "pytest-cov >=2.2.0",