Skip to content

Commit b2d4712

Browse files
authored
benchmark: remove unused deps (tensorflow#3505)
webcomponent_tester has transitive dependency on sinon which is incompatible with our build rules. Remove to unbreak our CI.
1 parent 15c6bdf commit b2d4712

File tree

1 file changed

+0
-1
lines changed
  • tensorboard/components/vz_line_chart2/microbenchmark

1 file changed

+0
-1
lines changed

tensorboard/components/vz_line_chart2/microbenchmark/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ tf_web_library(
2525
deps = [
2626
"//tensorboard/components/tf_imports:plottable",
2727
"//tensorboard/components/tf_imports:polymer",
28-
"//tensorboard/components/tf_imports:web_component_tester",
2928
"//tensorboard/components/vz_line_chart2",
3029
],
3130
)

0 commit comments

Comments
 (0)