aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2018-07-09 08:08:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-09 08:11:57 -0700
commit6344849c03165bad1c74511b012d4b7be8925387 (patch)
tree61b5e46c4f3e32cfe993e23604a9b70989695eb0
parent501c2851492bf30ba72f65516eb892e46800122c (diff)
Fix tfdbg pip test by adding missing dependency
PiperOrigin-RevId: 203766656
-rw-r--r--tensorflow/python/debug/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index c025dc8aa5..18a1948a6a 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -404,6 +404,7 @@ py_library(
deps = [
":debug_errors",
":debug_fibonacci",
+ ":debug_keras",
":debug_mnist",
":debug_tflearn_iris",
],