Skip to content

Commit fb30adf

Browse files
fix(deps): allow pyarrow v8 (#109)
* chore(deps): update dependency pyarrow to v8 * fix(deps): allow pyarrow v8 Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 661fd03 commit fb30adf

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
@@ -31,7 +31,7 @@
3131
dependencies = [
3232
"packaging >= 17.0",
3333
"pandas >= 0.24.2, < 2.0dev",
34-
"pyarrow>=3.0.0, <8.0dev",
34+
"pyarrow>=3.0.0, <9.0dev",
3535
"numpy >= 1.16.6, < 2.0dev",
3636
]
3737

0 commit comments

Comments
 (0)