Skip to content

Commit

Permalink
revert pyarrow requirement for python < 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Linchin authored Nov 8, 2023
1 parent 0a42d68 commit d00de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pandas-gbq==0.14.1; python_version < '3.7'
grpcio==1.56.0
pyarrow==14.0.0; python_version > '3.6'
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
pyarrow==14.0.0; python_version < '3.7'
pyarrow==6.0.1; python_version < '3.7'

0 comments on commit d00de34

Please sign in to comment.