Skip to content

Commit ecba350

Browse files
fix(deps): update dependency pandas to >=2.3,<2.4
1 parent d1dc1a4 commit ecba350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
]
5252
examples = [
5353
"geopandas>=1.1.0,<1.2.0",
54-
"pandas>=2.0,<2.3",
54+
"pandas>=2.3,<2.4",
5555
"rasterio~=1.4.1",
5656
"rasterstats>=0.20,<0.21",
5757
"setuptools>=75.2.0,<76.0.0",

0 commit comments

Comments
 (0)