Skip to content

Commit f477398

Browse files
Add lower bound to geopandas requirement
1 parent 807deed commit f477398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test = [
6060
"pytest-dotenv",
6161
"pytest-parallel",
6262
"s3fs",
63-
"geopandas",
63+
"geopandas>=0.8.0", # At 0.8.0, the GeoParquet format was introduced.
6464
]
6565

6666
[build-system]

0 commit comments

Comments
 (0)