aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/timeseries
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-08-09 15:59:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-09 16:03:27 -0700
commit243f6e636c93d63884c574ae9b61d397726189ed (patch)
treedae4b528389bbf1d99647bdbf69fa340d2ef96c9 /tensorflow/contrib/timeseries
parente1b2dcf381cfea41f1ddd2c674d12f3205391c70 (diff)
Fix estimator dependencies in contrib/.
PiperOrigin-RevId: 208126204
Diffstat (limited to 'tensorflow/contrib/timeseries')
-rw-r--r--tensorflow/contrib/timeseries/python/timeseries/BUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/contrib/timeseries/python/timeseries/BUILD b/tensorflow/contrib/timeseries/python/timeseries/BUILD
index 0e96c1fbd4..c230919168 100644
--- a/tensorflow/contrib/timeseries/python/timeseries/BUILD
+++ b/tensorflow/contrib/timeseries/python/timeseries/BUILD
@@ -94,7 +94,6 @@ py_library(
"//tensorflow/python:training",
"//tensorflow/python:util",
"//tensorflow/python/estimator:estimator_py",
- "//tensorflow/python/estimator:export",
"//tensorflow/python/feature_column",
],
)
@@ -149,9 +148,6 @@ py_library(
"//tensorflow/python:util",
"//tensorflow/python:variable_scope",
"//tensorflow/python/estimator:estimator_py",
- "//tensorflow/python/estimator:export",
- "//tensorflow/python/estimator:head",
- "//tensorflow/python/estimator:metric_keys",
],
)