We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691e480 commit a5a7807Copy full SHA for a5a7807
bigquery/bqml/requirements.txt
@@ -3,6 +3,6 @@ google-cloud-bigquery-storage==2.27.0
3
pandas==2.0.3; python_version == '3.8'
4
pandas==2.2.3; python_version > '3.8'
5
pyarrow==17.0.0; python_version <= '3.8'
6
-pyarrow==19.0.0; python_version > '3.9'
+pyarrow==20.0.0; python_version > '3.9'
7
flaky==3.8.1
8
mock==5.1.0
bigquery/pandas-gbq-migration/requirements.txt
@@ -5,4 +5,4 @@ pandas==2.2.3; python_version > '3.8'
pandas-gbq==0.24.0
grpcio==1.69.0
0 commit comments