From a7fe7626312a5b9fe1e7bd0e0fe5601ae97605c7 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Fri, 16 Oct 2020 13:45:11 -0500 Subject: [PATCH] docs: update to_dataframe sample to latest dependencies (#72) Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- samples/to_dataframe/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/to_dataframe/requirements.txt b/samples/to_dataframe/requirements.txt index b5ac6177..58712e8f 100644 --- a/samples/to_dataframe/requirements.txt +++ b/samples/to_dataframe/requirements.txt @@ -1,6 +1,6 @@ google-auth==1.21.0 -google-cloud-bigquery-storage==1.0.0 -google-cloud-bigquery==1.25.0 +google-cloud-bigquery-storage==2.0.0 +google-cloud-bigquery==2.1.0 pyarrow==1.0.1 ipython==7.10.2; python_version > '3.0' ipython==5.9.0; python_version < '3.0'