aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/learn/BUILD')
-rw-r--r--tensorflow/examples/learn/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/examples/learn/BUILD b/tensorflow/examples/learn/BUILD
index 99ec37993d..d6dae9a9f8 100644
--- a/tensorflow/examples/learn/BUILD
+++ b/tensorflow/examples/learn/BUILD
@@ -26,6 +26,7 @@ py_binary(
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/learn",
+ "//third_party/py/numpy",
],
)
@@ -118,6 +119,7 @@ py_binary(
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/learn",
+ "//third_party/py/numpy",
],
)
@@ -128,6 +130,7 @@ py_binary(
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/learn",
+ "//third_party/py/numpy",
],
)
@@ -138,6 +141,7 @@ py_binary(
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/learn",
+ "//third_party/py/numpy",
],
)
@@ -148,6 +152,7 @@ py_binary(
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/learn",
+ "//third_party/py/numpy",
],
)
@@ -171,6 +176,7 @@ py_binary(
"//tensorflow/contrib/layers:layers_py",
"//tensorflow/contrib/learn",
"//tensorflow/examples/tutorials/mnist:input_data",
+ "//third_party/py/numpy",
],
)