Skip to content

Commit d8d5548

Browse files
iindyktfx-copybara
authored andcommitted
Updating pyarrow dependency for tfx libs to ">=6,<7".
PiperOrigin-RevId: 467044374
1 parent 10f538b commit d8d5548

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
resource hints is to prevent root Reads that are generated from deep copy
1212
being merged due to common subexpression elimination.
1313
* Depends on `apache-beam[gcp]>=2.40,<3`.
14+
* Depends on `pyarrow>=6,<7`.
1415

1516
## Breaking Changes
1617

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _make_required_install_packages():
4646
'apache-beam[gcp]>=2.40,<3',
4747
'numpy>=1.16,<2',
4848
'protobuf>=3.13,<4',
49-
'pyarrow>=1,<6',
49+
'pyarrow>=6,<7',
5050
'pydot>=1.2,<2',
5151
# pylint: disable=line-too-long
5252
'tensorflow' + select_constraint(

0 commit comments

Comments
 (0)