We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef579d commit 572c00bCopy full SHA for 572c00b
tensorboard/BUILD
@@ -485,7 +485,7 @@ py_library(
485
srcs = ["data_compat.py"],
486
srcs_version = "PY3",
487
deps = [
488
- ":expect_protobuf_installed",
+ "//tensorboard:expect_protobuf_installed",
489
"//tensorboard/compat/proto:protos_all_py_pb2",
490
"//tensorboard/plugins/audio:metadata",
491
"//tensorboard/plugins/histogram:metadata",
@@ -584,7 +584,7 @@ py_library(
584
visibility = ["//visibility:public"],
585
586
":context",
587
588
"//tensorboard/backend:experiment_id",
589
"//tensorboard/util:tb_logging",
590
"@org_mozilla_bleach",
0 commit comments