Commit d9db0d68 authored by Vivek Rathod's avatar Vivek Rathod
Browse files

remove unecessary deps.

parent dc78c085
...@@ -18,7 +18,6 @@ py_library( ...@@ -18,7 +18,6 @@ py_library(
name = "config_util", name = "config_util",
srcs = ["config_util.py"], srcs = ["config_util.py"],
deps = [ deps = [
"//pyglib/logging",
"//tensorflow", "//tensorflow",
"//tensorflow_models/object_detection/protos:eval_py_pb2", "//tensorflow_models/object_detection/protos:eval_py_pb2",
"//tensorflow_models/object_detection/protos:input_reader_py_pb2", "//tensorflow_models/object_detection/protos:input_reader_py_pb2",
...@@ -320,7 +319,6 @@ py_test( ...@@ -320,7 +319,6 @@ py_test(
], ],
deps = [ deps = [
":visualization_utils", ":visualization_utils",
"//pyglib/flags",
"//third_party/py/PIL:pil", "//third_party/py/PIL:pil",
], ],
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment