Skip to content

Commit e8b6972

Browse files
authored
chore(deps): update dependency pyarrow to v1 (#4370)
1 parent 1219386 commit e8b6972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ google-cloud-bigquery-storage==1.0.0
33
pandas==0.25.3; python_version > '3.0'
44
pandas==0.24.2; python_version < '3.0'
55
pandas-gbq==0.13.2
6-
pyarrow==0.17.1
6+
pyarrow==1.0.0
77
grpcio==1.30.0

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-auth==1.19.2
22
google-cloud-bigquery-storage==1.0.0
33
google-cloud-bigquery==1.25.0
4-
pyarrow==0.17.1
4+
pyarrow==1.0.0
55
ipython==7.10.2; python_version > '3.0'
66
ipython==5.9.0; python_version < '3.0'
77
pandas==0.25.3; python_version > '3.0'

0 commit comments

Comments
 (0)