Skip to content

Commit

Permalink
chore: Removes upper bound for pyarrow (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Nov 17, 2022
1 parent 22d1df3 commit 388e082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
dependencies = [
"packaging >= 17.0",
"pandas >= 0.24.2, < 2.0dev",
"pyarrow>=3.0.0, <10.0dev",
"pyarrow>=3.0.0",
"numpy >= 1.16.6, < 2.0dev",
]

Expand Down

0 comments on commit 388e082

Please sign in to comment.