Skip to content

Commit 9b121fc

Browse files
authored
[CI] Fix python tests workflow by preventing Pandas 3.0 from being used (#2599)
1 parent dfe75de commit 9b121fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dev = [
6363
"matplotlib", # implicit dependency of esda
6464
# prevent incompatibility with pysal 4.7.0, which is what is resolved to when shapely >2 is specified
6565
"scipy<=1.10.0",
66-
"pandas>=2.0.0",
66+
"pandas>=2.0.0,<3.0.0",
6767
"numpy<2",
6868
"geopandas",
6969
# https://stackoverflow.com/questions/78949093/how-to-resolve-attributeerror-module-fiona-has-no-attribute-path

0 commit comments

Comments
 (0)