Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 6995e65

Browse files
authored
pin geopandas===1.0.1 for python <= 3.9
1 parent b7983bd commit 6995e65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/geography/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ cligj==0.7.2
99
db-dtypes==1.4.3
1010
Fiona==1.10.1
1111
geojson==3.2.0
12-
geopandas==1.1.0
12+
geopandas===1.0.1; python_version <= '3.9'
13+
geopandas==1.1.0; python_version >= '3.10'
1314
google-api-core==2.25.0
1415
google-auth==2.40.2
1516
google-cloud-bigquery==3.34.0

0 commit comments

Comments
 (0)