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 3e116c2 commit fb6d05bCopy full SHA for fb6d05b
samples/geography/requirements.txt
@@ -11,7 +11,7 @@ Fiona==1.10.1
11
geojson==3.2.0
12
geopandas===1.0.1; python_version <= '3.9'
13
geopandas==1.1.1; python_version >= '3.10'
14
-google-api-core==2.25.2
+google-api-core==2.26.0
15
google-auth==2.41.1
16
google-cloud-bigquery==3.38.0
17
google-cloud-bigquery-storage==2.33.1
samples/notebooks/requirements.txt
@@ -5,5 +5,5 @@ google-cloud-bigquery-storage==2.33.1
5
ipython===8.18.1; python_version == '3.9'
6
ipython==9.6.0; python_version >= '3.10'
7
matplotlib===3.9.2; python_version == '3.9'
8
-matplotlib==3.10.6; python_version >= '3.10'
+matplotlib==3.10.7; python_version >= '3.10'
9
pandas==2.3.3
0 commit comments