Skip to content

Commit 1f893cd

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-19.0.0...apache-arrow-20.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fe0fc9 commit 1f893cd

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>=19.0,<19.1.0",
9+
"pyarrow>=19.0,<20.1.0",
1010
]
1111

1212
[project]

0 commit comments

Comments
 (0)