Skip to content

Commit

Permalink
Fix Custom Ops Build (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Feb 13, 2024
1 parent 79a1c26 commit 2562f85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions keras_cv/custom_ops/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
licenses(["notice"]) # Apache 2.0

package(default_visibility = ["//visibility:public"])
package(
# copybara:uncomment default_applicable_licenses = ["//keras_cv:license"],
default_visibility = ["//visibility:public"],
licenses = ["notice"],
)

config_setting(
name = "windows",
Expand Down

0 comments on commit 2562f85

Please sign in to comment.