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 70d7ef7 commit baab834Copy full SHA for baab834
tfx/dependencies.py
@@ -106,11 +106,7 @@ def make_required_install_packages():
106
# Pip might stuck in a TF 1.15 dependency although there is a working
107
# dependency set with TF 2.x without the sync.
108
# pylint: disable=line-too-long
109
- 'tensorflow' + select_constraint(
110
- default='>=2.15.0,<2.16',
111
- nightly='>=2.16.0.dev',
112
- git_master='@git+https://github.com/tensorflow/tensorflow@master',
113
- ),
+ 'tensorflow' + select_constraint('>=2.15.0,<2.16'),
114
# pylint: enable=line-too-long
115
'tensorflow-hub>=0.15.0,<0.16',
116
'tensorflow-data-validation'
0 commit comments