Update PyArrow to 0.16.0 (#9119)

This commit is contained in:
Rob DiCiuccio 2020-03-08 14:07:15 -07:00 committed by GitHub
parent 1902fda159
commit 8cabea5cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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