Skip to content

Commit 508564f

Browse files
renovate-botgcf-owl-bot[bot]parthea
authored
fix(deps): allow pyarrow < 10 (#130)
* 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 <[email protected]>
1 parent 0eff487 commit 508564f

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, <9.0dev",
34+
"pyarrow>=3.0.0, <10.0dev",
3535
"numpy >= 1.16.6, < 2.0dev",
3636
]
3737

0 commit comments

Comments
 (0)