aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/summary/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/summary/BUILD')
-rw-r--r--tensorflow/contrib/summary/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/tensorflow/contrib/summary/BUILD b/tensorflow/contrib/summary/BUILD
index 3c60d2bb56..da23f1c380 100644
--- a/tensorflow/contrib/summary/BUILD
+++ b/tensorflow/contrib/summary/BUILD
@@ -26,18 +26,12 @@ py_test(
deps = [
":summary_ops",
":summary_test_util",
- "//tensorflow/python:array_ops",
"//tensorflow/python:errors",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_test_lib",
- "//tensorflow/python:math_ops",
- "//tensorflow/python:ops",
"//tensorflow/python:platform",
- "//tensorflow/python:state_ops",
"//tensorflow/python:training",
"//tensorflow/python/eager:function",
"//tensorflow/python/eager:test",
- "@six_archive//:six",
],
)