From 8cabea5cb8f7013f3cbc7c46d477f522739fdd53 Mon Sep 17 00:00:00 2001 From: Rob DiCiuccio Date: Sun, 8 Mar 2020 14:07:15 -0700 Subject: [PATCH] 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 5695d0c88..68ef5a35b 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 4e5a584e4..915ee6cbb 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",