We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe75de commit 9b121fcCopy full SHA for 9b121fc
1 file changed
python/pyproject.toml
@@ -63,7 +63,7 @@ dev = [
63
"matplotlib", # implicit dependency of esda
64
# prevent incompatibility with pysal 4.7.0, which is what is resolved to when shapely >2 is specified
65
"scipy<=1.10.0",
66
- "pandas>=2.0.0",
+ "pandas>=2.0.0,<3.0.0",
67
"numpy<2",
68
"geopandas",
69
# https://stackoverflow.com/questions/78949093/how-to-resolve-attributeerror-module-fiona-has-no-attribute-path
0 commit comments