Skip to content

Commit

Permalink
Load python repository into bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Volcomix committed Apr 7, 2024
1 parent 99dfe4a commit 1b2392d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tflite/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ http_archive(
],
)

# Python
http_archive(
name = "rules_python",
sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b",
strip_prefix = "rules_python-0.26.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")

py_repositories()

# TensorFlow
local_repository(
name = "org_tensorflow",
Expand Down

0 comments on commit 1b2392d

Please sign in to comment.