aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/checkpoint/python/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/checkpoint/python/BUILD')
-rw-r--r--tensorflow/contrib/checkpoint/python/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/checkpoint/python/BUILD b/tensorflow/contrib/checkpoint/python/BUILD
index cbb9852ccf..53f4e97f99 100644
--- a/tensorflow/contrib/checkpoint/python/BUILD
+++ b/tensorflow/contrib/checkpoint/python/BUILD
@@ -19,7 +19,7 @@ py_library(
srcs = ["containers.py"],
srcs_version = "PY2AND3",
visibility = ["//tensorflow:internal"],
- deps = ["//tensorflow/python:checkpointable"],
+ deps = ["//tensorflow/python/training/checkpointable:base"],
)
py_test(
@@ -27,11 +27,11 @@ py_test(
srcs = ["containers_test.py"],
deps = [
":containers",
- "//tensorflow/python:checkpointable",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:resource_variable_ops",
"//tensorflow/python:training",
+ "//tensorflow/python/training/checkpointable:base",
"@six_archive//:six",
],
)