Skip to content

Commit

Permalink
refactor: remove dep on rules_python-provisioned flatbuffer module
Browse files Browse the repository at this point in the history
Remove the dependency on the rules_python-provisioned flatbuffer
module. WORKSPACE (indirectly) already brings flatbuffer in as an
external repository. Use that instead.
  • Loading branch information
rkuester committed Nov 26, 2024
1 parent 2f7b746 commit a603cd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorflow/lite/micro/compression/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ py_binary(
"@absl_py//absl/flags",
"@flatbuffers//:runtime_py",
requirement("bitarray"),
requirement("flatbuffers"),
requirement("numpy"),
],
)
Expand Down

0 comments on commit a603cd2

Please sign in to comment.