Skip to content

Commit

Permalink
fix(deps): allow pyarrow v8 (#109)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency pyarrow to v8

* fix(deps): allow pyarrow v8

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea authored May 7, 2022
1 parent 661fd03 commit fb30adf
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 @@ -31,7 +31,7 @@
dependencies = [
"packaging >= 17.0",
"pandas >= 0.24.2, < 2.0dev",
"pyarrow>=3.0.0, <8.0dev",
"pyarrow>=3.0.0, <9.0dev",
"numpy >= 1.16.6, < 2.0dev",
]

Expand Down

0 comments on commit fb30adf

Please sign in to comment.