Skip to content
Snippets Groups Projects
Commit df9ba6cd authored by Venkat Ram Konijeti's avatar Venkat Ram Konijeti Committed by Responsible ML Infra Team
Browse files

Upgrades TF dependency to 2.11.

PiperOrigin-RevId: 491752298
parent 51d4e40d
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
## Bug Fixes and Other Changes
* Depends on `tensorflow>=2.11,<2.12`
## Breaking Changes
## Deprecations
......@@ -22,7 +24,6 @@
## Bug Fixes and Other Changes
* N/A
## Breaking Changes
* N/A
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment