Skip to content

Commit e90c1d4

Browse files
committed
Allow pyarrow v1 or 2
Bump the pyarrow version - we've tested 2.0 now.
1 parent 7d03624 commit e90c1d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
'make_it_sync==1.0.0',
4848
'google-auth==1.17',
4949
'confuse==1.3.0',
50+
'pyarrow>=1.0, <3.0'
5051
],
5152
extras_require={
5253
'test': [

0 commit comments

Comments
 (0)