Skip to content

Commit

Permalink
Allow pyarrow 16
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Hirschfeld <dave.hirschfeld@gmail.com>
  • Loading branch information
dhirschfeld committed May 5, 2024
1 parent 863794b commit eb0c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ thrift = "^0.16.0"
pandas = [
{ version = ">=1.2.5,<2.2.0", python = ">=3.8" }
]
pyarrow = ">=14.0.1,<16"
pyarrow = ">=14.0.1,<17"

lz4 = "^4.0.2"
requests = "^2.18.1"
Expand Down

0 comments on commit eb0c4d0

Please sign in to comment.