We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecaaaf commit 4fee5e9Copy full SHA for 4fee5e9
tensorflow/python/keras/BUILD
@@ -666,6 +666,14 @@ py_library(
666
visibility = ["//visibility:public"],
667
)
668
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
+
677
py_library(
678
name = "expect_numpy_installed",
679
# This is a dummy rule used as a numpy dependency in open-source.
0 commit comments