Skip to content

Commit 4dedde5

Browse files
authored
Allow pyarrow 16
1 parent e277981 commit 4dedde5

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)