From 05f786218dc288cdc08270e4b1efee8e013d6ce4 Mon Sep 17 00:00:00 2001 From: Kristin Cowalcijk Date: Thu, 22 Jan 2026 09:51:57 +0800 Subject: [PATCH] [CI] Fix python tests workflow by preventing Pandas 3.0 from being used --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index b988966c4fc..298942f9b05 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -63,7 +63,7 @@ dev = [ "matplotlib", # implicit dependency of esda # prevent incompatibility with pysal 4.7.0, which is what is resolved to when shapely >2 is specified "scipy<=1.10.0", - "pandas>=2.0.0", + "pandas>=2.0.0,<3.0.0", "numpy<2", "geopandas", # https://stackoverflow.com/questions/78949093/how-to-resolve-attributeerror-module-fiona-has-no-attribute-path