Skip to content

Commit

Permalink
Changing order for TFMA installation before downloading FI&TB wheel
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 614050301
  • Loading branch information
vkarampudi authored and Responsible ML Infra Team committed Mar 8, 2024
1 parent e9fb9d4 commit 1bfbff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def select_constraint(default, nightly=None, git_master=None):
'tensorflow>=2.15,<3',
'tensorflow-model-analysis'
+ select_constraint(
default='>=0.45,<0.46',
default='>=0.45,<=0.46',
nightly='>=0.46.0.dev',
git_master='@git+https://github.com/tensorflow/model-analysis@master',
),
Expand Down

0 comments on commit 1bfbff5

Please sign in to comment.