aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/tutorials
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-27 10:47:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-27 10:53:41 -0700
commit86ca3506f541c8b46af11fcfa8cc28f4b44848e2 (patch)
tree2162f37a1ce2a8c38a959218abf92c4f42721440 /tensorflow/examples/tutorials
parent376bb063b78258b25d4f597433903b9559ed6fc3 (diff)
Further BUILD cleanup
PiperOrigin-RevId: 163360750
Diffstat (limited to 'tensorflow/examples/tutorials')
-rw-r--r--tensorflow/examples/tutorials/layers/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/examples/tutorials/layers/BUILD b/tensorflow/examples/tutorials/layers/BUILD
index 7621beec48..f8a29c79c6 100644
--- a/tensorflow/examples/tutorials/layers/BUILD
+++ b/tensorflow/examples/tutorials/layers/BUILD
@@ -16,7 +16,6 @@ py_binary(
srcs_version = "PY2AND3",
deps = [
"//tensorflow:tensorflow_py",
- "//tensorflow/contrib/learn",
"//third_party/py/numpy",
],
)