aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar Yanan Cao <ycao@google.com>2018-08-13 10:31:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-13 10:39:53 -0700
commitdbcc981d0a1c0e516ebbe47510c2d8316e1f7d96 (patch)
treef217e4d1a4cc4e2b7eb5e3a5405b45ee5a49189d /tensorflow/python/BUILD
parentb619a92ed98b81bf7e9e2565a53ac27d2fad26fa (diff)
Add missing numerics dependency in clip_ops
PiperOrigin-RevId: 208503071
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 2e6fb11655..2a71eaf030 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -1870,6 +1870,7 @@ py_library(
":framework_for_generated_wrappers",
":math_ops",
":nn_ops_gen",
+ ":numerics",
"@six_archive//:six",
],
)
@@ -1883,7 +1884,6 @@ py_test(
":client_testlib",
":clip_ops",
":framework_for_generated_wrappers",
- ":numerics",
"//third_party/py/numpy",
],
)