Skip to content

Commit 879e55e

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Upgrades TF dependency to 2.11.
PiperOrigin-RevId: 491752298
1 parent 8a08880 commit 879e55e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 0 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>=2.11,<2.12`
10+
911
## Breaking Changes
1012

1113
## Deprecations

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def _make_required_install_packages():
4949
'pyarrow>=6,<7',
5050
'pydot>=1.2,<2',
5151
# pylint: disable=line-too-long
52-
'tensorflow' + select_constraint(
53-
'>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<2.11'),
52+
'tensorflow' + select_constraint('>=2.11.0,<2.12'),
5453
# pylint: enable=line-too-long
5554
'tensorflow-metadata' + select_constraint(
5655
default='>=1.11.0,<1.12.0',

0 commit comments

Comments
 (0)