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 acb4096 commit 2e7036aCopy full SHA for 2e7036a
bigquery_storage/snippets/requirements.txt
@@ -1,3 +1,3 @@
1
google-cloud-bigquery-storage==2.12.0
2
-google-cloud-bigquery==2.34.1
+google-cloud-bigquery==2.34.2
3
protobuf==3.19.4
bigquery_storage/to_dataframe/requirements.txt
@@ -1,8 +1,10 @@
google-auth==2.6.0
4
pyarrow==7.0.0
5
-ipython==7.31.1
+ipython==7.31.1; python_version == '3.7'
6
+ipython==8.0.1; python_version == '3.8'
7
+ipython==8.1.1; python_version >= '3.9'
8
pandas==1.3.5; python_version == '3.7'
9
pandas==1.4.1; python_version > '3.7'
10
tqdm==4.63.0
0 commit comments