Skip to content

Commit

Permalink
chore(deps): update dependency pyarrow to v14 (#10891)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency pyarrow to v14

* Update bigquery/pandas-gbq-migration/requirements.txt

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>

---------

Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
3 people authored and pull[bot] committed Apr 29, 2024
1 parent 8f6ab79 commit 1f55871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==3.11.4
google-cloud-bigquery-storage==2.19.1
pandas==1.3.5; python_version == '3.7'
pandas==2.0.1; python_version > '3.7'
pyarrow==13.0.0
pyarrow==14.0.1
flaky==3.7.0
mock==5.0.2
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pandas-gbq==0.19.2; python_version > '3.6'
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
pandas-gbq==0.14.1; python_version < '3.7'
grpcio==1.56.0
pyarrow==13.0.0; python_version > '3.6'
pyarrow==14.0.1; python_version > '3.6'
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
pyarrow==6.0.1; python_version < '3.7'

0 comments on commit 1f55871

Please sign in to comment.