Relax protobuf library version constraints (#33202)

Signed-off-by: Jeffrey Wang <jeffreywang@anyscale.com>
This commit is contained in:
Jeffrey Wang
2026-01-27 20:15:53 -08:00
committed by GitHub
parent 911b51b69f
commit a97b5e206d
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ requires = [
"torch == 2.9.1",
"wheel",
"jinja2",
"grpcio-tools>=1.76.0",
"grpcio-tools",
]
build-backend = "setuptools.build_meta"