mlio is broken because libprotobuf released 3.11.4 which is not compatible with other versions of 3.11.X (consumed by mlio)
This release caused our build systems, sanity checks, and local runs of tox to fail
This change fixes the version of libprotobuf to 3.11.0 (confirmed with @cbalioglu to work)
Merge Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.
Description of changes:
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.