Skip to content

Commit eb0c4d0

Browse files
committed
Allow pyarrow 16
Signed-off-by: Dave Hirschfeld <[email protected]>
1 parent 863794b commit eb0c4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ thrift = "^0.16.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<2.2.0", python = ">=3.8" }
1616
]
17-
pyarrow = ">=14.0.1,<16"
17+
pyarrow = ">=14.0.1,<17"
1818

1919
lz4 = "^4.0.2"
2020
requests = "^2.18.1"

0 commit comments

Comments
 (0)