Skip to content

Commit

Permalink
Load Python rules from rules_python
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553849378
  • Loading branch information
rickeylev authored and copybara-github committed Aug 11, 2023
1 parent 630af93 commit 175b2eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/tensorboard_plugin_profile/convert/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ load("@python_deps//:requirements.bzl", "requirement")
# Description:
# Converter from protobuf to gviz/json formats.

load("@rules_python/python:defs.bzl", "py_library", "py_test")

visibility = ["//plugin:internal"]

package(
Expand Down
3 changes: 3 additions & 0 deletions plugin/tensorboard_plugin_profile/demo/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ load("@python_deps//:requirements.bzl", "requirement")

# Description:
# Demos for profiler plugin.

load("@rules_python/python:defs.bzl", "py_binary")

package(
licenses = ["notice"], # Apache 2.0
)
Expand Down

0 comments on commit 175b2eb

Please sign in to comment.