diff --git a/python/setup.py b/python/setup.py index b0c86cd2d..08424cfc6 100644 --- a/python/setup.py +++ b/python/setup.py @@ -8,7 +8,7 @@ install_requires=[ "requests>=2.22.0", "numpy<=1.16.4", # For compatibility with python 2 - "pyarrow==0.13.0", + "pyarrow==0.15.1", "requests-toolbelt>=0.9.1", "pandas<=0.24.2", # For compatibility with python 2 "Cython",