diff --git a/tensorflow/core/kernels/BUILD b/tensorflow/core/kernels/BUILD index 9a150fef7cb..0b5b4bfd3df 100644 --- a/tensorflow/core/kernels/BUILD +++ b/tensorflow/core/kernels/BUILD @@ -269,13 +269,11 @@ cc_library( cc_library( name = "conv_ops_gpu_hdrs", hdrs = ["conv_ops_gpu.h"], - deps = ["//third_party/eigen3"], ) cc_library( name = "gpu_util_hdrs", hdrs = ["gpu_utils.h"], - deps = ["//third_party/eigen3"], ) tf_cc_test( diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index af99754776c..868ffcb4737 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -233,7 +233,6 @@ cc_library( ":safe_ptr", "//tensorflow/core:framework", "//tensorflow/core:lib", - "//third_party/py/numpy:headers", "//util/python:python_headers", ], )