aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Martin Wicke <577277+martinwicke@users.noreply.github.com>2018-06-07 08:42:14 -0700
committerGravatar GitHub <noreply@github.com>2018-06-07 08:42:14 -0700
commit1b5362f9ddb46624a2ce8b7aedd24963cb07dc79 (patch)
tree81e5a2fafb358fe93e863d58b18c6a376db6fb93
parent65c05bc2ac19f51f7027e66350bc71652662125c (diff)
parent94154af95e6a8f32bd50791a81a64c0bc3154ca4 (diff)
Merge pull request #19790 from av8ramit/add_operators
Adding the autograph operators dependency to the pip package.
-rw-r--r--tensorflow/tools/pip_package/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/pip_package/BUILD b/tensorflow/tools/pip_package/BUILD
index e113565f45..9d4148c07f 100644
--- a/tensorflow/tools/pip_package/BUILD
+++ b/tensorflow/tools/pip_package/BUILD
@@ -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",