aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/metrics
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/contrib/metrics
parent95a954ab397dbba04f288badbd9b4aff0a745e8d (diff)
Add missing numpy and six deps
Change: 143131671
Diffstat (limited to 'tensorflow/contrib/metrics')
-rw-r--r--tensorflow/contrib/metrics/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/metrics/BUILD b/tensorflow/contrib/metrics/BUILD
index 0dbc2446a9..13221f8cc7 100644
--- a/tensorflow/contrib/metrics/BUILD
+++ b/tensorflow/contrib/metrics/BUILD
@@ -52,6 +52,7 @@ py_test(
"//tensorflow:tensorflow_py",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform_test",
+ "//third_party/py/numpy",
],
)
@@ -65,6 +66,7 @@ py_test(
"//tensorflow:tensorflow_py",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform_test",
+ "//third_party/py/numpy",
],
)
@@ -78,6 +80,7 @@ py_test(
"//tensorflow:tensorflow_py",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform_test",
+ "//third_party/py/numpy",
],
)