Skip to content

Commit

Permalink
Make all Python targets under tensorflow/cc/saved_model/* have strict…
Browse files Browse the repository at this point in the history
… dependencies.

PiperOrigin-RevId: 546919496
  • Loading branch information
jam14j authored and tensorflower-gardener committed Jul 10, 2023
1 parent 428ed9f commit f3b338a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion keras/optimizers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ package(
# copybara:uncomment default_applicable_licenses = ["//keras:license"],
default_visibility = [
"//keras:friends",
"//third_party/tensorflow/cc/saved_model:__pkg__", # For unit tests.
"//third_party/tensorflow/python:__pkg__",
"//third_party/tensorflow/python/distribute:__pkg__",
"//third_party/tensorflow/python/saved_model:__pkg__", # For unit tests.
Expand Down
1 change: 1 addition & 0 deletions keras/optimizers/legacy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package(
# TODO(scottzhu): Remove non-keras deps from TF.
default_visibility = [
"//keras:friends",
"//third_party/tensorflow/cc/saved_model:__pkg__", # For unit tests.
"//third_party/tensorflow/python/trackable:__pkg__",
],
licenses = ["notice"],
Expand Down

0 comments on commit f3b338a

Please sign in to comment.