From e407a5f84a2ca6660ffed759a94c24ba7ba62640 Mon Sep 17 00:00:00 2001 From: chalmer lowe Date: Wed, 15 Jan 2025 17:30:41 +0000 Subject: [PATCH] Updates minimum value of pyarrow in the noxfile.py --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 5da6ab1ee..3e18ac727 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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)