Skip to content

Commit 96a8008

Browse files
authored
Update setup.py (#62)
1 parent 169c8bf commit 96a8008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def select_constraint(default, nightly=None, git_master=None):
8383
'tensorflow>=2.21,<2.22',
8484
'tensorflow-metadata'
8585
+ select_constraint(
86-
default='>=1.17.0,<1.18.0',
86+
default='@git+https://github.com/tensorflow/metadata@master',
8787
nightly='>=1.18.0.dev',
8888
git_master='@git+https://github.com/tensorflow/metadata@master',
8989
),

0 commit comments

Comments
 (0)