Skip to content

Commit 1b2d9b6

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Upgrades TF dependency to 2.10.
PiperOrigin-RevId: 473454044
1 parent 1bf3601 commit 1b2d9b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE.md

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

1111
## Bug Fixes and Other Changes
1212

13+
* Depends on `tensorflow>=1.15.5,<2` or `tensorflow>=2.10,<2.11`
14+
1315
## Breaking Changes
1416

1517
## Deprecations

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.8.*,<2.10'),
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'),
5454
# pylint: enable=line-too-long
5555
'tensorflow-metadata' + select_constraint(
5656
default='>=1.10.0,<1.11.0',

0 commit comments

Comments
 (0)