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
This commit is contained in:
Daniel Wood 2021-06-16 14:19:32 -07:00 committed by GitHub
parent 70afa08190
commit 5e543e3b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",