Skip to content

Commit b6d6301

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Upgrades TF dependency to 2.9.
PiperOrigin-RevId: 449912291
1 parent ee1a769 commit b6d6301

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE.md

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

77
## Bug Fixes and Other Changes
88

9+
* Depends on `tensorflow>=1.15.5,<2` or `tensorflow>=2.9,<2.10`
10+
911
## Breaking Changes
1012

1113
## Deprecations
@@ -20,8 +22,6 @@
2022
## Bug Fixes and Other Changes
2123

2224
* Depends on `apache-beam[gcp]>=2.38,<3`.
23-
* Depends on
24-
`tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<2.9`.
2525
* Depends on `tensorflow-metadata>=1.8.0,<1.9.0`.
2626
* Depends on `tfx-bsl>=1.8.0,<1.9.0`.
2727

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _make_required_install_packages():
5050
'pydot>=1.2,<2',
5151
# pylint: disable=line-too-long
5252
'tensorflow' + select_constraint(
53-
'>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<2.9'),
53+
'>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,<2.10'),
5454
# pylint: enable=line-too-long
5555
'tensorflow-metadata' + select_constraint(
5656
default='>=1.8.0,<1.9.0',

0 commit comments

Comments
 (0)