From 5e543e3b9e5186015a751c7c4b28e1c00b359fbe Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Wed, 16 Jun 2021 14:19:32 -0700 Subject: [PATCH] fix(aarch64): Bump pyarrow version to 4.0.1 (#14891) * Bump pyarrow to v4 for aarch64 compatibility. * Update base.txt * Bump to 4.0.1 --- requirements/base.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0f433e0d66..57796cbc34 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -189,7 +189,7 @@ prison==0.1.3 # via flask-appbuilder py==1.9.0 # via retry -pyarrow==3.0.0 +pyarrow==4.0.1 # via apache-superset pycparser==2.20 # via cffi diff --git a/setup.py b/setup.py index 30e4c5479f..676905c903 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setup( "python-dateutil", "python-dotenv", "python-geohash", - "pyarrow>=3.0.0, <3.1", + "pyarrow>=4.0.1, <4.1", "pyyaml>=5.4", "PyJWT>=1.7.1, <2", "redis",