diff --git a/setup.py b/setup.py index 92129a77..f0e65880 100644 --- a/setup.py +++ b/setup.py @@ -185,7 +185,7 @@ def select_constraint(default, nightly=None, git_master=None): 'numpy>=1.22.0', 'pandas>=1.0,<2', 'protobuf>=3.20.3,<5', - 'pyarrow>=10,<11', + 'pyarrow>=14.0.1,<15', 'pyfarmhash>=0.2.2,<0.4', 'six>=1.12,<2', 'tensorflow>=2.13,<3',