Skip to content

Commit

Permalink
Upgrades TF dependency to 2.11.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 491752298
  • Loading branch information
venkat2469 authored and Responsible ML Infra Team committed Nov 29, 2022
1 parent 51d4e40 commit df9ba6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Bug Fixes and Other Changes

* Depends on `tensorflow>=2.11,<2.12`

## Breaking Changes

## Deprecations
Expand All @@ -22,7 +24,6 @@
## Bug Fixes and Other Changes

* N/A

## Breaking Changes

* N/A
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def select_constraint(default, nightly=None, git_master=None):
return default

REQUIRED_PACKAGES = [
'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',
'tensorflow>=2.11.0,<2.12',
'tensorflow-hub>=0.8.0,<1.0.0',
'tensorflow-data-validation' + select_constraint(
default='>=1.11.0,<1.12.0',
Expand Down

0 comments on commit df9ba6c

Please sign in to comment.