Skip to content

Commit 19e6625

Browse files
committed
Need at least pyarrow 16 now
1 parent 76c94a9 commit 19e6625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
"Programming Language :: Rust",
4545
]
4646
dependencies = [
47-
"pyarrow>=11.0.0;python_version<'3.14'",
47+
"pyarrow>=16.0.0;python_version<'3.14'",
4848
"pyarrow>=22.0.0;python_version>='3.14'",
4949
"typing-extensions;python_version<'3.13'"
5050
]

0 commit comments

Comments
 (0)