From 0cc404b51985b4a6337581dd42594d9226932bef Mon Sep 17 00:00:00 2001 From: Madhur Karampudi <142544288+vkarampudi@users.noreply.github.com> Date: Sun, 17 May 2026 17:13:12 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58a2200..4eb9d27 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ def select_constraint(default, nightly=None, git_master=None): 'tensorflow>=2.21,<2.22', 'tensorflow-metadata' + select_constraint( - default='>=1.17.0,<1.18.0', + default='@git+https://github.com/tensorflow/metadata@master', nightly='>=1.18.0.dev', git_master='@git+https://github.com/tensorflow/metadata@master', ),