Adding the autograph operators dependency to the pip package.
authorAmit Patankar <amitpatankar@google.com>
Tue, 5 Jun 2018 23:29:00 +0000 (16:29 -0700)
committerAmit Patankar <amitpatankar@google.com>
Wed, 6 Jun 2018 00:10:19 +0000 (17:10 -0700)
tensorflow/tools/pip_package/BUILD

index e113565..9d4148c 100644 (file)
@@ -59,6 +59,7 @@ COMMON_PIP_DEPS = [
     "//tensorflow/contrib/autograph/converters:converters",
     "//tensorflow/contrib/autograph/converters:test_lib",
     "//tensorflow/contrib/autograph/impl:impl",
+    "//tensorflow/contrib/autograph/operators:operators",
     "//tensorflow/contrib/autograph/pyct:pyct",
     "//tensorflow/contrib/autograph/pyct/static_analysis:static_analysis",
     "//tensorflow/contrib/boosted_trees:boosted_trees_pip",