Skip to content

Commit

Permalink
Updates minimum value of pyarrow in the noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Jan 15, 2025
1 parent 2305957 commit e407a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def unit_noextras(session):
# so that it continues to be an optional dependency.
# https://github.com/googleapis/python-bigquery/issues/1877
if session.python == UNIT_TEST_PYTHON_VERSIONS[0]:
session.install("pyarrow==1.0.0")
session.install("pyarrow==5.0.0")

default(session, install_extras=False)

Expand Down

0 comments on commit e407a5f

Please sign in to comment.