Skip to content

Commit 2778a06

Browse files
authored
chore: update pyarrow version (#3156)
1 parent 12eb9f4 commit 2778a06

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ popd
1111
rm -rf dist arrow
1212

1313
export ARROW_HOME=$(pwd)/dist
14-
export ARROW_VERSION=18.1.0
14+
export ARROW_VERSION=20.0.0
1515
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
1616
export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
1717
export SETUPTOOLS_SCM_PRETEND_VERSION=$ARROW_VERSION

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ numpy = [
3737
{ version = ">=1.26,<3.0", markers = "python_version >= '3.10'" }
3838
]
3939
pyarrow = [
40-
{ version = ">=18.0.0,<19.0.0", markers = "sys_platform != 'darwin' or platform_machine != 'x86_64'" },
40+
{ version = ">=18.0.0,<21.0.0", markers = "sys_platform != 'darwin' or platform_machine != 'x86_64'" },
4141
# pyarrow 18 causes macos build failures
4242
# https://github.com/ray-project/ray/pull/48446
4343
{ version = ">=8.0.0,<18.0.0", markers = "sys_platform == 'darwin' and platform_machine == 'x86_64'" }

0 commit comments

Comments
 (0)