diff --git a/codegen/python/setup.py b/codegen/python/setup.py index 46cabca5..860d0eb3 100644 --- a/codegen/python/setup.py +++ b/codegen/python/setup.py @@ -127,7 +127,7 @@ def initialize_options(self): install_requires=[ 'numpy >= 1.14', 'pandas', - 'pyarrow == 7.0', + 'pyarrow == 14.0.1', ], setup_requires=[ 'cython',