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 169c8bf commit 96a8008Copy full SHA for 96a8008
1 file changed
setup.py
@@ -83,7 +83,7 @@ def select_constraint(default, nightly=None, git_master=None):
83
'tensorflow>=2.21,<2.22',
84
'tensorflow-metadata'
85
+ select_constraint(
86
- default='>=1.17.0,<1.18.0',
+ default='@git+https://github.com/tensorflow/metadata@master',
87
nightly='>=1.18.0.dev',
88
git_master='@git+https://github.com/tensorflow/metadata@master',
89
),
0 commit comments