Open
Description
MediaPipe Solution (you are using)
N/A
Programming language
C++
Are you willing to contribute it
No
Describe the feature and the current behaviour/state
bzlmod is not supported throughout dependency tree.
Will this change the current API? How?
No.
Who will benefit with this feature?
Anyone using MediaPipe code in a Bazel project. MediaPipe developers themselves.
Please specify the use cases for this feature
Import MediaPipe in 3rd party Bazel project, enjoy a much more subdued dependency hell.
Any Other info
Lack of TensorFlow bzlmod support (and outdated protbuf, gRPC) are probably holding this back. Need to first fix those deps. Related issues: tensorflow/tensorflow#62598, tensorflow/tensorflow#62599