Skip to content

Commit

Permalink
Internal sync fix (#6893)
Browse files Browse the repository at this point in the history
Update build rules to properly match expected sync format.
  • Loading branch information
groszewn authored Aug 12, 2024
1 parent 2ef579d commit 572c00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorboard/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ py_library(
srcs = ["data_compat.py"],
srcs_version = "PY3",
deps = [
":expect_protobuf_installed",
"//tensorboard:expect_protobuf_installed",
"//tensorboard/compat/proto:protos_all_py_pb2",
"//tensorboard/plugins/audio:metadata",
"//tensorboard/plugins/histogram:metadata",
Expand Down Expand Up @@ -584,7 +584,7 @@ py_library(
visibility = ["//visibility:public"],
deps = [
":context",
":expect_protobuf_installed",
"//tensorboard:expect_protobuf_installed",
"//tensorboard/backend:experiment_id",
"//tensorboard/util:tb_logging",
"@org_mozilla_bleach",
Expand Down

0 comments on commit 572c00b

Please sign in to comment.