Skip to content

Commit cd42be7

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Update absl_py dependency to newer 1.0.0 release and also updating TF version use the latest patch release for 1.15.
PiperOrigin-RevId: 422676639
1 parent 3fd0137 commit cd42be7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
## Bug Fixes and Other Changes
1515

1616
* Depends on `numpy>=1.16,<2`.
17+
* Depends on `absl-py>=0.9,<2.0.0`.
18+
* Depends on
19+
`tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<3`.
1720

1821
## Breaking Changes
1922

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ def _make_required_install_packages():
4242
# Make sure to sync the versions of common dependencies (absl-py, numpy, and
4343
# protobuf) with TF and pyarrow version with tfx-bsl.
4444
return [
45-
'absl-py>=0.9,<0.13',
45+
'absl-py>=0.9,<2.0.0',
4646
'apache-beam[gcp]>=2.34,<3',
4747
'numpy>=1.16,<2',
4848
'protobuf>=3.13,<4',
4949
'pyarrow>=1,<6',
5050
'pydot>=1.2,<2',
5151
# pylint: disable=line-too-long
5252
'tensorflow' + select_constraint(
53-
'>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.8'),
53+
'>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.8'),
5454
# pylint: enable=line-too-long
5555
'tensorflow-metadata' + select_constraint(
5656
default='>=1.5.0,<1.6.0',

0 commit comments

Comments
 (0)