internal change.
PiperOrigin-RevId: 478288749
This commit is contained in:
committed by
Copybara-Service
parent
13f6e0c797
commit
1e5cccdc73
@@ -34,7 +34,5 @@ py_binary(
|
|||||||
visibility = [
|
visibility = [
|
||||||
"//visibility:public",
|
"//visibility:public",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [":metadata"],
|
||||||
":metadata",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -23,7 +23,5 @@ py_library(
|
|||||||
testonly = 1,
|
testonly = 1,
|
||||||
srcs = ["test_utils.py"],
|
srcs = ["test_utils.py"],
|
||||||
srcs_version = "PY3",
|
srcs_version = "PY3",
|
||||||
deps = [
|
deps = ["//mediapipe/python:_framework_bindings"],
|
||||||
"//mediapipe/python:_framework_bindings",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -25,7 +25,5 @@ py_test(
|
|||||||
srcs = ["metadata_parser_test.py"],
|
srcs = ["metadata_parser_test.py"],
|
||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
deps = [
|
deps = ["//mediapipe/tasks/python/metadata"],
|
||||||
"//mediapipe/tasks/python/metadata",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user