Skip to content

Commit 6dbf9e0

Browse files
committed
Upgrades TF dependency to 2.11.
PiperOrigin-RevId: 491752298
1 parent 4e7ae8c commit 6dbf9e0

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
## Breaking Changes
1212

13+
* Depends on `tensorflow>=2.11,<3`
14+
1315
## Deprecations
1416

1517
# Version 1.11.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def select_constraint(default, nightly=None, git_master=None):
188188
'pyarrow>=6,<7',
189189
'pyfarmhash>=0.2,<0.4',
190190
'six>=1.12,<2',
191-
'tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3',
191+
'tensorflow>=2.11,<3',
192192
'tensorflow-metadata' + select_constraint(
193193
default='>=1.11.0,<1.12',
194194
nightly='>=1.12.0.dev',

0 commit comments

Comments
 (0)