Skip to content

Commit

Permalink
Update PyArrow to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robdiciuccio committed Feb 26, 2020
1 parent 4f73f8a commit 7e4527f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_git_sha():
"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",
Expand Down

0 comments on commit 7e4527f

Please sign in to comment.