Skip to content

Commit 4fee5e9

Browse files
qlzh727tensorflower-gardener
authored andcommitted
Add dummy rule for keras_preprocessing so that it can be swapped by copybara in OSS.
PiperOrigin-RevId: 341971051 Change-Id: I1ae5bc36262499ea99716710eeeff194d5b427e8
1 parent 8ecaaaf commit 4fee5e9

File tree

1 file changed

+8
-0
lines changed
  • tensorflow/python/keras

1 file changed

+8
-0
lines changed

tensorflow/python/keras/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,14 @@ py_library(
666666
visibility = ["//visibility:public"],
667667
)
668668

669+
py_library(
670+
name = "expect_keras_preprocessing_installed",
671+
# This is a dummy rule used as a keras_preprocessing dependency in open-source.
672+
# We expect keras_preprocessing to already be installed on the system, e.g. via
673+
# `pip install keras_preprocessing`
674+
visibility = ["//visibility:public"],
675+
)
676+
669677
py_library(
670678
name = "expect_numpy_installed",
671679
# This is a dummy rule used as a numpy dependency in open-source.

0 commit comments

Comments
 (0)