Skip to content

Commit 052c777

Browse files
vkarampudiResponsible ML Infra Team
authored andcommitted
Update required packages for fairness indicators to TF 2.16, TFMA 0.47.0.dev, and TFDV 1.16.1.
PiperOrigin-RevId: 689010533
1 parent 1545d46 commit 052c777

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@ def select_constraint(default, nightly=None, git_master=None):
3838
return default
3939

4040
REQUIRED_PACKAGES = [
41-
'tensorflow>=2.15,<2.16',
41+
'tensorflow>=2.16,<2.17',
4242
'tensorflow-hub>=0.16.1,<1.0.0',
4343
'tensorflow-data-validation' + select_constraint(
44-
default='>=1.15.1,<2.0.0',
45-
nightly='>=1.16.0.dev',
44+
default='>=1.16.1,<2.0.0',
45+
nightly='>=1.17.0.dev',
4646
git_master='@git+https://github.com/tensorflow/data-validation@master'),
4747
'tensorflow-model-analysis' + select_constraint(
48-
default='>=0.46,<0.47',
49-
nightly='>=0.47.0.dev',
48+
default='>=0.47.0.dev',
5049
git_master='@git+https://github.com/tensorflow/model-analysis@master'),
5150
'witwidget>=1.4.4,<2',
5251
'protobuf>=3.20.3,<5',

0 commit comments

Comments
 (0)