Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion building/lambda/build-lambda-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ popd
rm -rf dist arrow

export ARROW_HOME=$(pwd)/dist
export ARROW_VERSION=18.1.0
export ARROW_VERSION=20.0.0
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
export SETUPTOOLS_SCM_PRETEND_VERSION=$ARROW_VERSION
Expand Down
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ numpy = [
{ version = ">=1.26,<3.0", markers = "python_version >= '3.10'" }
]
pyarrow = [
{ version = ">=18.0.0,<19.0.0", markers = "sys_platform != 'darwin' or platform_machine != 'x86_64'" },
{ version = ">=18.0.0,<21.0.0", markers = "sys_platform != 'darwin' or platform_machine != 'x86_64'" },
# pyarrow 18 causes macos build failures
# https://github.com/ray-project/ray/pull/48446
{ version = ">=8.0.0,<18.0.0", markers = "sys_platform == 'darwin' and platform_machine == 'x86_64'" }
Expand Down