Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-bigquery-storage to v0.8.0 (
Browse files Browse the repository at this point in the history
#3050)

* chore(deps): update dependency google-cloud-bigquery-storage to v0.8.0

* chore(deps): update pandas-gbq

* chore(deps): update ipython

* chore: update requirements.txt

* chore: it is spelled version.

* chore(deps): split pandas version

* chore(deps): split pandas version

Co-authored-by: Christopher Wilcox <[email protected]>
Co-authored-by: Leah Cole <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2020
1 parent 2f52860 commit 20b6892
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
google-cloud-bigquery==1.23.1
google-cloud-bigquery-storage==0.7.0
pandas==0.25.3
pandas-gbq==0.13.0
google-cloud-bigquery-storage==0.8.0
pandas==0.25.3; python_version > '3.0'
pandas==0.24.2; python_version < '3.0'
pandas-gbq==0.13.1
pyarrow==0.15.1
8 changes: 5 additions & 3 deletions bigquery_storage/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
google-auth==1.11.2
google-cloud-bigquery-storage==0.7.0
google-cloud-bigquery-storage==0.8.0
google-cloud-bigquery==1.23.1
pyarrow==0.15.1
ipython==7.10.2
pandas==0.25.3
ipython==7.10.2; python_version > '3.0'
ipython==5.9.0; python_version < '3.0'
pandas==0.25.3; python_version > '3.0'
pandas==0.24.2; python_version < '3.0'

0 comments on commit 20b6892

Please sign in to comment.