Commit a76af35 1 parent ba99b12 commit a76af35 Copy full SHA for a76af35
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ click-plugins==1.1.1
8
8
cligj == 0.7.2
9
9
dataclasses == 0.8 ; python_version < '3.7'
10
10
db-dtypes == 1.3.0
11
- Fiona == 1.9.6
11
+ Fiona === 1.9.6 ; python_version == '3.7'
12
+ Fiona == 1.10.0 ; python_version >= '3.8'
12
13
geojson == 3.1.0
13
14
geopandas === 0.10.2 ; python_version == '3.7'
14
15
geopandas === 0.13.2 ; python_version == '3.8'
15
16
geopandas == 1.0.1 ; python_version >= '3.9'
16
- google-api-core == 2.20.0
17
- google-auth == 2.35 .0
17
+ google-api-core == 2.19.2
18
+ google-auth == 2.34 .0
18
19
google-cloud-bigquery == 3.25.0
19
20
google-cloud-bigquery-storage == 2.26.0
20
21
google-cloud-core == 2.4.1
@@ -31,7 +32,7 @@ packaging===24.0; python_version == '3.7'
31
32
packaging == 24.1 ; python_version >= '3.8'
32
33
pandas === 1.3.5 ; python_version == '3.7'
33
34
pandas === 2.0.3 ; python_version == '3.8'
34
- pandas == 2.2.3 ; python_version >= '3.9'
35
+ pandas == 2.2.2 ; python_version >= '3.9'
35
36
proto-plus == 1.24.0
36
37
pyarrow == 12.0.1 ; python_version == '3.7'
37
38
pyarrow == 17.0.0 ; python_version >= '3.8'
You can’t perform that action at this time.
0 commit comments