Simplify protoc install in protobuf generation scripts (#11785)

This commit is contained in:
Avasam
2024-04-21 13:33:31 -04:00
committed by GitHub
parent 4872c30a98
commit 1017c525f8
4 changed files with 26 additions and 43 deletions

View File

@@ -2,7 +2,7 @@ version = "2.15.*"
upstream_repository = "https://github.com/tensorflow/tensorflow"
# requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20", "types-protobuf", "types-requests"]
extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) on tensorflow==2.12.1"
extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 25.1 on tensorflow==2.12.1."
partial_stub = true
[tool.stubtest]