Skip to content

Commit 736488d

Browse files
brillstfx-copybara
authored andcommitted
Bumped pyarrow requirement to >=0.17,<0.18
PiperOrigin-RevId: 323837872
1 parent 9879a60 commit 736488d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
check and prevent duplications. DO NOT rely on this behavior.
1818
* CsvTFXIO now allows skipping CSV headers (`set skip_header_lines`).
1919
* CsvTFXIO now requires `telemetry_descriptors` to construct.
20+
* Depends on `pyarrow>=0.17,<0.18`.
2021

2122
## Breaking changes
2223

third_party/pyarrow_version.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Note that this file should be a valid .bzl and .py file.
44
# Change the constants to build with a specific arrow version.
5-
LIBARROW_SO = "libarrow.so.16"
6-
LIBARROW_PYTHON_SO = "libarrow_python.so.16"
7-
LIBARROW_DYLIB = "libarrow.16.dylib"
8-
LIBARROW_PYTHON_DYLIB = "libarrow_python.16.dylib"
9-
PY_DEP = "pyarrow>=0.16.0,<0.17"
5+
LIBARROW_SO = "libarrow.so.17"
6+
LIBARROW_PYTHON_SO = "libarrow_python.so.17"
7+
LIBARROW_DYLIB = "libarrow.17.dylib"
8+
LIBARROW_PYTHON_DYLIB = "libarrow_python.17.dylib"
9+
PY_DEP = "pyarrow>=0.17,<0.18"

0 commit comments

Comments
 (0)