Skip to content

Commit

Permalink
update google-cloud-bigquery
Browse files Browse the repository at this point in the history
Required to use pyarrow 3.0
  • Loading branch information
tswast committed Jan 28, 2021
1 parent 85b2d7e commit 233166b
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
@@ -1,4 +1,4 @@
google-cloud-bigquery[pandas,bqstorage]==2.6.2
google-cloud-bigquery[pandas,bqstorage]==2.7.0
google-cloud-bigquery-storage==2.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
@@ -1,5 +1,5 @@
grpcio==1.35.0
google-cloud-bigquery[pandas,pyarrow]==2.6.2
google-cloud-bigquery[pandas,pyarrow]==2.7.0
google-cloud-bigquery-storage==2.2.1
datalab==1.2.0
ipython==7.18.1; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
@@ -1,4 +1,4 @@
google-cloud-bigquery==2.6.2
google-cloud-bigquery==2.7.0
google-cloud-bigquery-storage==2.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion data-science-onramp/data-cleaning/requirements-test.txt
@@ -1,5 +1,5 @@
pytest==6.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
google-cloud-bigquery==2.6.2
google-cloud-bigquery==2.7.0
pyarrow==3.0.0

0 comments on commit 233166b

Please sign in to comment.