diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 6ba0ec2f263..f0c58e81e63 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -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 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 16905131d59..bb2be214f76 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -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'