Skip to content

Commit 7c93be9

Browse files
Update pyarrow requirement from <11.1,>=11.0 to >=11.0,<19.1
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@go/v11.0.0...apache-arrow-19.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3302281 commit 7c93be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def default_setup_args(*, version):
116116
# updated sagemaker is required to fetch latest container info, so we don't want to cap the version too strict
117117
# otherwise cloud module needs to be released to support new container
118118
"sagemaker>=2.126.0,<3.0",
119-
"pyarrow>=11.0,<11.1",
119+
"pyarrow>=11.0,<19.1",
120120
"PyYAML~=6.0",
121121
"Pillow>=10.2,<11", # unlikely to introduce breaking changes in minor releases
122122
"ray[default]>=2.10.0,<2.11",

0 commit comments

Comments
 (0)