We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2405fd7 commit 1b5191cCopy full SHA for 1b5191c
samples/geography/requirements.txt
@@ -10,13 +10,13 @@ dataclasses==0.6; python_version < '3.7'
10
Fiona==1.8.20
11
geojson==2.5.0
12
geopandas==0.9.0
13
-google-api-core==1.31.2
14
-google-auth==1.35.0
+google-api-core==2.0.0
+google-auth==2.0.1
15
google-cloud-bigquery==2.25.0
16
google-cloud-bigquery-storage==2.6.3
17
google-cloud-core==2.0.0
18
google-crc32c==1.1.2
19
-google-resumable-media==1.3.3
+google-resumable-media==2.0.0
20
googleapis-common-protos==1.53.0
21
grpcio==1.39.0
22
idna==3.2
@@ -36,7 +36,8 @@ pyasn1==0.4.8
36
pyasn1-modules==0.2.8
37
pycparser==2.20
38
pyparsing==2.4.7
39
-pyproj==3.0.1
+pyproj==3.0.1; python_version < "3.7"
40
+pyproj==3.1.0; python_version > "3.6"
41
python-dateutil==2.8.2
42
pytz==2021.1
43
PyYAML==5.4.1
0 commit comments