Remove unused deps of keras from docstring test.

PiperOrigin-RevId: 341968734
Change-Id: I46b25629338c62d4d03eebc7e4e3c10b35a6be52
This commit is contained in:
Scott Zhu 2020-11-11 20:46:30 -08:00 committed by TensorFlower Gardener
parent 07baead493
commit 8ecaaaf6ef
2 changed files with 0 additions and 3 deletions

View File

@ -5,8 +5,6 @@ load("//tensorflow:tensorflow.bzl", "tf_py_test")
package(
default_visibility = [
# TODO(scottzhu): Remove non-keras deps from TF.
"//tensorflow/tools/docs:__pkg__",
"//tensorflow/python/keras:__subpackages__",
],
licenses = ["notice"], # Apache 2.0

View File

@ -78,7 +78,6 @@ tpu_py_test(
deps = [
":tf_doctest_lib",
"//tensorflow:tensorflow_py",
"//tensorflow/python/keras/preprocessing",
"//third_party/py/numpy",
],
)