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 79a1c26 commit 2562f85Copy full SHA for 2562f85
keras_cv/custom_ops/BUILD
@@ -1,6 +1,8 @@
1
-licenses(["notice"]) # Apache 2.0
2
-
3
-package(default_visibility = ["//visibility:public"])
+package(
+ # copybara:uncomment default_applicable_licenses = ["//keras_cv:license"],
+ default_visibility = ["//visibility:public"],
4
+ licenses = ["notice"],
5
+)
6
7
config_setting(
8
name = "windows",
0 commit comments