Skip to content

Commit d8cfe22

Browse files
chore(deps): update dependency pyarrow to v11 (GoogleCloudPlatform#9056)
* chore(deps): update dependency pyarrow to v11 * Accommodate Python 3.6 in pandas-gbq * Corrected wrong package name * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements-test.txt --------- Co-authored-by: Karl Weinmeister <[email protected]>
1 parent 20f6613 commit d8cfe22

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

bigquery/bqml/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ google-cloud-bigquery[pandas,bqstorage]==2.34.4
22
google-cloud-bigquery-storage==2.14.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.3.5; python_version > '3.6'
5-
# pyarrow must stay under 7
6-
pyarrow==6.0.1
5+
# pyarrow must stay under 8
6+
pyarrow==7.0.0
77
flaky==3.7.0
88
mock==4.0.3

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ google-cloud-bigquery[pandas,pyarrow]==2.34.4
55
google-cloud-bigquery-storage==2.13.2
66
datalab==1.2.1
77
ipython==8.0.1
8-
pyarrow==6.0.1
8+
pyarrow==7.0.0

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ google-cloud-bigquery==2.34.4
22
google-cloud-bigquery-storage==2.14.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.3.5; python_version > '3.6'
5-
pandas-gbq==0.16.0; python_version > '3.6'
5+
pandas-gbq==0.17.2; python_version > '3.6'
66
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
77
pandas-gbq==0.14.1; python_version < '3.7'
88
grpcio==1.47.0
9-
pyarrow==6.0.1
9+
pyarrow==7.0.0; python_version > '3.6'
10+
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
11+
pyarrow==6.0.1; python_version < '3.7'

data-science-onramp/data-processing/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pytest==7.0.1
22
pandas==1.1.5; python_version < '3.7'
33
pandas==1.3.5; python_version > '3.6'
44
pyarrow==6.0.1; python_version < '3.7'
5-
pyarrow==8.0.0; python_version > '3.6'
5+
pyarrow==11.0.0; python_version > '3.6'
66
google-cloud-bigquery==2.34.4

0 commit comments

Comments
 (0)