Skip to content

Commit c4cdb2b

Browse files
authored
Merge pull request #137 from ssl-hep:gordonwatts/issue134
Allow pyarrow v1 or 2
2 parents da57c99 + e90c1d4 commit c4cdb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'make_it_sync==1.0.0',
4848
'google-auth==1.17',
4949
'confuse==1.3.0',
50-
'pyarrow>=1.0, <2.0'
50+
'pyarrow>=1.0, <3.0'
5151
],
5252
extras_require={
5353
'test': [

0 commit comments

Comments
 (0)