Skip to content

Commit 2562f85

Browse files
authored
Fix Custom Ops Build (keras-team#2347)
1 parent 79a1c26 commit 2562f85

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

keras_cv/custom_ops/BUILD

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
licenses(["notice"]) # Apache 2.0
2-
3-
package(default_visibility = ["//visibility:public"])
1+
package(
2+
# copybara:uncomment default_applicable_licenses = ["//keras_cv:license"],
3+
default_visibility = ["//visibility:public"],
4+
licenses = ["notice"],
5+
)
46

57
config_setting(
68
name = "windows",

0 commit comments

Comments
 (0)