From 503179f662708e730fd0a0c98261e9678975e3b8 Mon Sep 17 00:00:00 2001 From: Andrew Audibert Date: Mon, 30 Mar 2020 11:30:31 -0700 Subject: [PATCH] Fix pip build PiperOrigin-RevId: 303784519 Change-Id: I88f66b8bd3ed34d5bf8931afbf73d08943314f77 --- tensorflow/tools/pip_package/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/tools/pip_package/BUILD b/tensorflow/tools/pip_package/BUILD index c38d7b84a74..991a5742579 100644 --- a/tensorflow/tools/pip_package/BUILD +++ b/tensorflow/tools/pip_package/BUILD @@ -95,6 +95,7 @@ COMMON_PIP_DEPS = [ "//tensorflow:tensorflow_py", "//tensorflow/compiler/tf2xla:xla_compiled_cpu_runtime_hdrs", "//tensorflow/compiler/tf2xla:xla_compiled_cpu_runtime_srcs", + "//tensorflow/core/data/service/python:server_lib", "//tensorflow/core:protos_all_proto_srcs", "//tensorflow/examples/saved_model/integration_tests:mnist_util", "//tensorflow/lite/python/testdata:interpreter_test_data",