Skip to content

Commit ca919fe

Browse files
authored
Upgrade pandas in BQ samples lagging in python 3.10 (GoogleCloudPlatform#7190)
* Upgrade pandas * upgrade pandas
1 parent 9f81c77 commit ca919fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-cloud-bigquery[pandas,bqstorage]==2.30.1
22
google-cloud-bigquery-storage==2.10.1
33
pandas==1.1.5; python_version < '3.7'
4-
pandas==1.2.0; python_version > '3.6'
4+
pandas==1.3.4; python_version > '3.6'
55
pyarrow==6.0.1
66
flaky==3.7.0
77
mock==4.0.3

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-cloud-bigquery==2.30.1
22
google-cloud-bigquery-storage==2.10.1
33
pandas==1.1.5; python_version < '3.7'
4-
pandas==1.2.4; python_version > '3.6'
4+
pandas==1.3.4; python_version > '3.6'
55
pandas-gbq==0.15.0; python_version > '3.6'
66
pandas-gbq==0.14.1; python_version < '3.7'
77
pyarrow==6.0.1

0 commit comments

Comments
 (0)