From 3f8e232403e130f7aef7801aa4a5779bd9e2446a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:04:43 +0000 Subject: [PATCH] fix(deps): update dependency pandas to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb7f08df..70db10ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ ] examples = [ "geopandas>=1.1.0,<1.2.0", - "pandas>=2.3,<2.4", + "pandas>=3,<3.1", "rasterio~=1.5.0", "rasterstats>=0.20,<0.21", "setuptools>=82.0.0,<82.1.0",