aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-12-28 14:09:30 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-28 14:28:15 -0800
commit5a4ee9312058ea0cc483b81ba8da170de0fd02e7 (patch)
tree3405e22aaeded479733f4431fb7a90efe0d2bd8b /tensorflow/tools/test
parent95a954ab397dbba04f288badbd9b4aff0a745e8d (diff)
Add missing numpy and six deps
Change: 143131671
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD
index 4bea35d349..cb2644c670 100644
--- a/tensorflow/tools/test/BUILD
+++ b/tensorflow/tools/test/BUILD
@@ -105,4 +105,5 @@ py_test(
srcs = ["check_futures_test.py"],
data = ["//tensorflow:all_opensource_files"],
srcs_version = "PY2AND3",
+ deps = ["@six_archive//:six"],
)