Skip to content

Commit

Permalink
chore(deps): update dependency pyarrow to v5 (#6494)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Dina Graves Portman <dinagraves@google.com>
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
4 people committed Jul 30, 2021
1 parent c2afba3 commit ab57dce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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]==2.23.2
google-cloud-bigquery-storage==2.6.2
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
pyarrow==4.0.1
pyarrow==5.0.0
flaky==3.7.0
mock==4.0.3
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ google-cloud-bigquery-storage==2.6.2
datalab==1.2.0
ipython==7.18.1; python_version > '3.6'
ipython==7.16.1; python_version < '3.7'
pyarrow==4.0.1
pyarrow==5.0.0
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pandas==1.1.5; python_version < '3.7'
pandas==1.2.4; python_version > '3.6'
pandas-gbq==0.15.0; python_version > '3.6'
pandas-gbq==0.14.1; python_version < '3.7'
pyarrow==4.0.1
pyarrow==5.0.0
grpcio==1.39.0
2 changes: 1 addition & 1 deletion data-science-onramp/data-processing/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest==6.2.4
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
google-cloud-bigquery==2.23.2
pyarrow==4.0.1
pyarrow==5.0.0

0 comments on commit ab57dce

Please sign in to comment.