From 5a4ee9312058ea0cc483b81ba8da170de0fd02e7 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Wed, 28 Dec 2016 14:09:30 -0800 Subject: Add missing numpy and six deps Change: 143131671 --- tensorflow/contrib/tfprof/python/tools/tfprof/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/contrib/tfprof') diff --git a/tensorflow/contrib/tfprof/python/tools/tfprof/BUILD b/tensorflow/contrib/tfprof/python/tools/tfprof/BUILD index d83939c6ae..a9de4f181e 100644 --- a/tensorflow/contrib/tfprof/python/tools/tfprof/BUILD +++ b/tensorflow/contrib/tfprof/python/tools/tfprof/BUILD @@ -33,6 +33,7 @@ py_library( deps = [ "//tensorflow/python:framework_for_generated_wrappers", "//tensorflow/tools/tfprof:protos_all_py", + "@six_archive//:six", ], ) -- cgit v1.2.3