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 2dc8510 commit 5b8e121Copy full SHA for 5b8e121
bigquery_storage/to_dataframe/requirements.txt
@@ -1,7 +1,8 @@
1
google-auth==2.22.0
2
google-cloud-bigquery-storage==2.22.0
3
google-cloud-bigquery==3.11.4
4
-pyarrow==12.0.1
+pyarrow==12.0.1; python_version == '3.7'
5
+pyarrow==14.0.1; python_version >= '3.8'
6
ipython===7.31.1; python_version == '3.7'
7
ipython===8.10.0; python_version == '3.8'
8
ipython==8.14.0; python_version >= '3.9'
0 commit comments