We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f1464 commit 4640bd9Copy full SHA for 4640bd9
tfx/dependencies.py
@@ -97,7 +97,7 @@ def make_required_install_packages():
97
# Pip might stuck in a TF 1.15 dependency although there is a working
98
# dependency set with TF 2.x without the sync.
99
# pylint: disable=line-too-long
100
- 'tensorflow' + select_constraint('>=2.13.0,<2.14'),
+ 'tensorflow' + select_constraint('>=2.13.0,<2.15'),
101
# pylint: enable=line-too-long
102
'tensorflow-hub>=0.15.0,<0.16',
103
'tensorflow-data-validation'
0 commit comments