Skip to content

Commit 677a82b

Browse files
chore(deps): update pyarrow requirement
--- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fca7d2 commit 677a82b

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
@@ -26,7 +26,7 @@ dependencies = [
2626
"pyarrow>=18.0.0,<21.0.0 ; sys_platform != 'darwin' or platform_machine != 'x86_64'",
2727
# pyarrow 18 causes macos build failures
2828
# https://github.com/ray-project/ray/pull/48446
29-
"pyarrow>=8.0.0,<18.0.0 ; sys_platform == 'darwin' and platform_machine == 'x86_64'",
29+
"pyarrow>=8.0.0,<21.0.0 ; sys_platform == 'darwin' and platform_machine == 'x86_64'",
3030
"typing-extensions>=4.4.0,<5",
3131
"packaging>=21.1,<26.0",
3232
"setuptools ; python_version >= '3.12'",

0 commit comments

Comments
 (0)