Skip to content

Commit

Permalink
Update TF version constraint to <2.6 (#4154)
Browse files Browse the repository at this point in the history
* Update RELEASE.md

* Update version.py

* Update version.py

* Update version.py

* Update dependencies.py

* Update RELEASE.md
  • Loading branch information
dhruvesh09 authored Aug 17, 2021
1 parent 9baba9c commit 2f54c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* Depends on `kfp-pipeline-spec>=0.1.8,<0.2`.
* Depends on `ml-metadata>=1.2.0,<1.3.0`.
* Depends on `struct2tensor>=0.33.0,<0.34.0`.
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<2.6`.
* Depends on `tensorflow-data-validation>=1.2.0,<1.3.0`.
* Depends on `tensorflow-model-analysis>=0.33.0,<0.34.0`.
* Depends on `tensorflow-transform>=1.2.0,<1.3.0`.
Expand Down
2 changes: 1 addition & 1 deletion tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def make_required_install_packages():
'numpy>=1.16,<1.20',
'pyarrow>=1,<3',
'pyyaml>=3.12,<6',
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3',
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<2.6',
'tensorflow-hub>=0.9.0,<0.13',
'tensorflow-data-validation' + select_constraint(
default='>=1.2.0,<1.3.0',
Expand Down

0 comments on commit 2f54c36

Please sign in to comment.