Skip to content

Commit df9ba6c

Browse files
venkat2469Responsible ML Infra Team
authored andcommitted
Upgrades TF dependency to 2.11.
PiperOrigin-RevId: 491752298
1 parent 51d4e40 commit df9ba6c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 2 additions & 1 deletion
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
@@ -22,7 +24,6 @@
2224
## Bug Fixes and Other Changes
2325

2426
* N/A
25-
2627
## Breaking Changes
2728

2829
* N/A

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def select_constraint(default, nightly=None, git_master=None):
3838
return default
3939

4040
REQUIRED_PACKAGES = [
41-
'tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*,<3',
41+
'tensorflow>=2.11.0,<2.12',
4242
'tensorflow-hub>=0.8.0,<1.0.0',
4343
'tensorflow-data-validation' + select_constraint(
4444
default='>=1.11.0,<1.12.0',

0 commit comments

Comments
 (0)