Skip to content

Commit 9db0e8a

Browse files
vkarampudiResponsible ML Infra Team
authored andcommitted
Internal change
PiperOrigin-RevId: 704789872
1 parent 1545d46 commit 9db0e8a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ 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,<2.17.0',
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.48',
49+
nightly='>=0.48.0.dev',
5050
git_master='@git+https://github.com/tensorflow/model-analysis@master'),
5151
'witwidget>=1.4.4,<2',
5252
'protobuf>=3.20.3,<5',

tensorboard_plugin/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ def select_constraint(default, nightly=None, git_master=None):
4343

4444
REQUIRED_PACKAGES = [
4545
'protobuf>=3.20.3,<5',
46-
'tensorboard>=2.15.2,<2.16.0',
47-
'tensorflow>=2.15,<2.16',
46+
'tensorboard>=2.16.2,<2.17.0',
47+
'tensorflow>=2.16.2,<2.17.0',
4848
'tensorflow-model-analysis'
4949
+ select_constraint(
50-
default='>=0.46,<0.47',
51-
nightly='>=0.47.0.dev',
50+
default='>=0.47,<0.48',
51+
nightly='>=0.48.0.dev',
5252
git_master='@git+https://github.com/tensorflow/model-analysis@master',
5353
),
5454
'werkzeug<2',

0 commit comments

Comments
 (0)