Skip to content

Commit

Permalink
fix(aarch64): Bump pyarrow version to 4.0.1 (#14891)
Browse files Browse the repository at this point in the history
* Bump pyarrow to v4 for aarch64 compatibility.

* Update base.txt

* Bump to 4.0.1
  • Loading branch information
danielewood committed Jun 16, 2021
1 parent 70afa08 commit 5e543e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_git_sha():
"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",
Expand Down

0 comments on commit 5e543e3

Please sign in to comment.