Fix pip build

PiperOrigin-RevId: 303784519
Change-Id: I88f66b8bd3ed34d5bf8931afbf73d08943314f77
This commit is contained in:
Andrew Audibert 2020-03-30 11:30:31 -07:00 committed by TensorFlower Gardener
parent ea70d5bcd3
commit 503179f662

View File

@ -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",