Skip to content

Commit

Permalink
Fix setup.py to officially support PyArrow 0.15.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Nov 14, 2019
1 parent ace0c32 commit a0fc9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
python_requires='>=3.5',
install_requires=[
'pandas>=0.23.2',
'pyarrow>=0.10,<0.15',
'pyarrow>=0.10',
'numpy>=1.14',
'matplotlib>=3.0.0',
],
Expand Down

0 comments on commit a0fc9af

Please sign in to comment.