Skip to content

Commit

Permalink
fix(deps): allow pyarrow < 10 (#130)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix(deps): allow pyarrow < 10

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Aug 5, 2022
1 parent 0eff487 commit 508564f
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, <9.0dev",
"pyarrow>=3.0.0, <10.0dev",
"numpy >= 1.16.6, < 2.0dev",
]

Expand Down

0 comments on commit 508564f

Please sign in to comment.