aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-07-13 11:11:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-13 11:15:29 -0700
commit9c2a75ac753696f7f3a0d1cbd187baa743055454 (patch)
tree9efc45cbccef8a4020630bdc2931d058a3185f3f
parentd98b99d1cd4337ee11e7cbc4c9b6324f0e381502 (diff)
Internal Change.
PiperOrigin-RevId: 204499384
-rw-r--r--tensorflow/python/estimator/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/python/estimator/BUILD b/tensorflow/python/estimator/BUILD
index 8ee38d35cc..6c415b1bf2 100644
--- a/tensorflow/python/estimator/BUILD
+++ b/tensorflow/python/estimator/BUILD
@@ -707,6 +707,14 @@ py_library(
)
py_library(
+ name = "expect_h5py_installed",
+ # This is a dummy rule used as a numpy dependency in open-source.
+ # We expect h5py to already be installed on the system, e.g. via
+ # `pip install h5py'
+ visibility = ["//visibility:public"],
+)
+
+py_library(
name = "expect_six_installed",
# This is a dummy rule used as a numpy dependency in open-source.
# We expect six to already be installed on the system, e.g. via