Skip to content

Commit 6995e65

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)