Skip to content

Commit 2f54c36

Browse files
authored
Update TF version constraint to <2.6 (#4154)
* Update RELEASE.md * Update version.py * Update version.py * Update version.py * Update dependencies.py * Update RELEASE.md
1 parent 9baba9c commit 2f54c36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* Depends on `kfp-pipeline-spec>=0.1.8,<0.2`.
3434
* Depends on `ml-metadata>=1.2.0,<1.3.0`.
3535
* Depends on `struct2tensor>=0.33.0,<0.34.0`.
36+
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<2.6`.
3637
* Depends on `tensorflow-data-validation>=1.2.0,<1.3.0`.
3738
* Depends on `tensorflow-model-analysis>=0.33.0,<0.34.0`.
3839
* Depends on `tensorflow-transform>=1.2.0,<1.3.0`.

tfx/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def make_required_install_packages():
8989
'numpy>=1.16,<1.20',
9090
'pyarrow>=1,<3',
9191
'pyyaml>=3.12,<6',
92-
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3',
92+
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<2.6',
9393
'tensorflow-hub>=0.9.0,<0.13',
9494
'tensorflow-data-validation' + select_constraint(
9595
default='>=1.2.0,<1.3.0',

0 commit comments

Comments
 (0)