Add explicit build dependency for kpl_test_utils.
PiperOrigin-RevId: 357763129 Change-Id: Iecd1f3371f8adba03dcbbd441280e387a8d26a9f
This commit is contained in:
parent
22081f66ca
commit
c3555ff1fc
@ -9,6 +9,7 @@ package(
|
||||
default_visibility = [
|
||||
"//tensorflow/python/feature_column:__pkg__",
|
||||
"//tensorflow/python/keras:__subpackages__",
|
||||
"//tensorflow/tools/pip_package:__pkg__",
|
||||
],
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
@ -40,7 +41,6 @@ py_library(
|
||||
":control_flow_util",
|
||||
":engine_utils",
|
||||
":generic_utils",
|
||||
":kpl_test_utils",
|
||||
":layer_utils",
|
||||
":multi_gpu_utils",
|
||||
":np_utils",
|
||||
@ -59,7 +59,10 @@ py_library(
|
||||
name = "kpl_test_utils",
|
||||
srcs = ["kpl_test_utils.py"],
|
||||
srcs_version = "PY3",
|
||||
deps = [],
|
||||
deps = [
|
||||
"//tensorflow/python/keras",
|
||||
"//tensorflow/python/keras/layers/preprocessing:string_lookup",
|
||||
],
|
||||
)
|
||||
|
||||
py_library(
|
||||
|
@ -135,6 +135,7 @@ COMMON_PIP_DEPS = [
|
||||
"//tensorflow/python/keras/tests:model_subclassing_test_util",
|
||||
"//tensorflow/python/keras/tests:model_architectures",
|
||||
"//tensorflow/python/keras/utils:dataset_creator",
|
||||
"//tensorflow/python/keras/utils:kpl_test_utils",
|
||||
"//tensorflow/python/keras/benchmarks:keras_benchmark_lib_pip",
|
||||
"//tensorflow/python/kernel_tests:cudnn_deterministic_base",
|
||||
"//tensorflow/python/kernel_tests:bias_op_base",
|
||||
|
Loading…
Reference in New Issue
Block a user