Skip to content

Commit

Permalink
Fix the dependencies of fairness indicators.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571977093
  • Loading branch information
zhouhao138 authored and Responsible ML Infra Team committed Oct 9, 2023
1 parent 70da8f0 commit bb0b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def select_constraint(default, nightly=None, git_master=None):
'tensorflow>=2.12.0,<2.13',
'tensorflow-hub>=0.8.0,<1.0.0',
'tensorflow-data-validation' + select_constraint(
default='>=1.13.0,<1.14.0',
default='>=1.13.0,<1.15.0',
nightly='>=1.14.0.dev',
git_master='@git+https://github.com/tensorflow/data-validation@master'),
'tensorflow-model-analysis' + select_constraint(
Expand Down

0 comments on commit bb0b922

Please sign in to comment.