Skip to content

Commit bfe3826

Browse files
Add lower bound to geopandas requirement
1 parent 10b5814 commit bfe3826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test =
6464
gcsfs
6565
fastparquet
6666
pyarrow
67-
geopandas
67+
geopandas>=0.8.0 # At 0.8.0, the GeoParquet format was introduced.
6868

6969

7070
[bdist_wheel]

0 commit comments

Comments
 (0)