Skip to content

Commit 1bfbff5

Browse files
vkarampudiResponsible ML Infra Team
authored andcommitted
Changing order for TFMA installation before downloading FI&TB wheel
PiperOrigin-RevId: 614050301
1 parent e9fb9d4 commit 1bfbff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard_plugin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def select_constraint(default, nightly=None, git_master=None):
4747
'tensorflow>=2.15,<3',
4848
'tensorflow-model-analysis'
4949
+ select_constraint(
50-
default='>=0.45,<0.46',
50+
default='>=0.45,<=0.46',
5151
nightly='>=0.46.0.dev',
5252
git_master='@git+https://github.com/tensorflow/model-analysis@master',
5353
),

0 commit comments

Comments
 (0)