You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/03/08 21:07:36 UTC

[incubator-superset] branch master updated: Update PyArrow to 0.16.0 (#9119)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cabea5  Update PyArrow to 0.16.0 (#9119)
8cabea5 is described below

commit 8cabea5cb8f7013f3cbc7c46d477f522739fdd53
Author: Rob DiCiuccio <ro...@gmail.com>
AuthorDate: Sun Mar 8 14:07:15 2020 -0700

    Update PyArrow to 0.16.0 (#9119)
---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 5695d0c..68ef5a3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -58,7 +58,7 @@ pathlib2==2.3.5
 polyline==1.4.0
 prison==0.1.2             # via flask-appbuilder
 py==1.8.1                 # via retry
-pyarrow==0.15.1
+pyarrow==0.16.0
 pycparser==2.19           # via cffi
 pyjwt==1.7.1              # via flask-appbuilder, flask-jwt-extended
 pyrsistent==0.15.7        # via jsonschema
diff --git a/setup.py b/setup.py
index 4e5a584..915ee6c 100644
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ setup(
         "python-dateutil",
         "python-dotenv",
         "python-geohash",
-        "pyarrow>=0.15.1, <0.16.0",
+        "pyarrow>=0.16.0, <0.17.0",
         "pyyaml>=5.1",
         "retry>=0.9.2",
         "selenium>=3.141.0",