Remove unused deps of keras from docstring test.
PiperOrigin-RevId: 341968734 Change-Id: I46b25629338c62d4d03eebc7e4e3c10b35a6be52
This commit is contained in:
parent
07baead493
commit
8ecaaaf6ef
@ -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
|
||||
|
@ -78,7 +78,6 @@ tpu_py_test(
|
||||
deps = [
|
||||
":tf_doctest_lib",
|
||||
"//tensorflow:tensorflow_py",
|
||||
"//tensorflow/python/keras/preprocessing",
|
||||
"//third_party/py/numpy",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user