This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b121fc4a5 [CI] Fix python tests workflow by preventing Pandas 3.0 
from being used (#2599)
9b121fc4a5 is described below

commit 9b121fc4a5fc2537ebfc7fb026006347527bd6e2
Author: Kristin Cowalcijk <[email protected]>
AuthorDate: Thu Jan 22 16:20:25 2026 +0800

    [CI] Fix python tests workflow by preventing Pandas 3.0 from being used 
(#2599)
---
 python/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index b988966c4f..298942f9b0 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

Reply via email to