From fb6451697c7723866e8f7bad4639e01fe5b7dceb Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 3 Dec 2021 11:34:04 -0800 Subject: [PATCH 1/2] Upgrade pandas --- bigquery/bqml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index 09c229ac8e3..a7123e2da68 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,7 +1,7 @@ google-cloud-bigquery[pandas,bqstorage]==2.30.1 google-cloud-bigquery-storage==2.10.1 pandas==1.1.5; python_version < '3.7' -pandas==1.2.0; python_version > '3.6' +pandas==1.3.4; python_version > '3.6' pyarrow==6.0.1 flaky==3.7.0 mock==4.0.3 From 4c17dfd6407e410aa3e7687d3418b4021a855d8e Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 3 Dec 2021 11:34:43 -0800 Subject: [PATCH 2/2] upgrade pandas --- bigquery/pandas-gbq-migration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 93faa832bb6..81bee4b58c3 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,7 +1,7 @@ google-cloud-bigquery==2.30.1 google-cloud-bigquery-storage==2.10.1 pandas==1.1.5; python_version < '3.7' -pandas==1.2.4; python_version > '3.6' +pandas==1.3.4; python_version > '3.6' pandas-gbq==0.15.0; python_version > '3.6' pandas-gbq==0.14.1; python_version < '3.7' pyarrow==6.0.1