Skip to content

Commit 0ee6164

Browse files
Update pyarrow requirement in /bindings/python
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-20.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb2d5d7 commit 0ee6164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
# Needed for numpy headers.
77
"numpy>=2.0",
88
# Must be kept in sync with "project.dependencies" below.
9-
"pyarrow>=20.0,<20.1.0",
9+
"pyarrow>=20.0,<21.1.0",
1010
]
1111

1212
[project]

0 commit comments

Comments
 (0)