Unverified Commit 6ed5eda3 authored by wang.yuqi's avatar wang.yuqi Committed by GitHub
Browse files

[CI][Build] Pin grpcio-tools==1.78.0 (#34048)


Signed-off-by: default avatarwang.yuqi <noooop@126.com>
Co-authored-by: default avatarCyrus Leung <cyrus.tl.leung@gmail.com>
parent 11a4c9d3
...@@ -9,7 +9,7 @@ requires = [ ...@@ -9,7 +9,7 @@ requires = [
"torch == 2.9.1", "torch == 2.9.1",
"wheel", "wheel",
"jinja2", "jinja2",
"grpcio-tools", "grpcio-tools==1.78.0",
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
......
...@@ -10,4 +10,4 @@ jinja2>=3.1.6 ...@@ -10,4 +10,4 @@ jinja2>=3.1.6
regex regex
build build
protobuf protobuf
grpcio-tools grpcio-tools==1.78.0 # Required for grpc entrypoints
...@@ -15,4 +15,4 @@ setuptools-scm>=8 ...@@ -15,4 +15,4 @@ setuptools-scm>=8
runai-model-streamer[s3,gcs]==0.15.3 runai-model-streamer[s3,gcs]==0.15.3
conch-triton-kernels==1.2.1 conch-triton-kernels==1.2.1
timm>=1.0.17 timm>=1.0.17
grpcio-tools>=1.76.0 grpcio-tools==1.78.0 # Should match `build.txt`
\ No newline at end of file \ No newline at end of file
...@@ -48,6 +48,7 @@ buildkite-test-collector==0.1.9 ...@@ -48,6 +48,7 @@ buildkite-test-collector==0.1.9
genai_perf>=0.0.8 genai_perf>=0.0.8
tritonclient>=2.51.0 tritonclient>=2.51.0
grpcio-tools==1.78.0 # Should match `build.txt`
arctic-inference == 0.1.1 # Required for suffix decoding test arctic-inference == 0.1.1 # Required for suffix decoding test
numba == 0.61.2 # Required for N-gram speculative decoding numba == 0.61.2 # Required for N-gram speculative decoding
numpy numpy
......
...@@ -303,8 +303,12 @@ graphql-relay==3.2.0 ...@@ -303,8 +303,12 @@ graphql-relay==3.2.0
# via graphene # via graphene
greenlet==3.2.3 greenlet==3.2.3
# via sqlalchemy # via sqlalchemy
grpcio==1.76.0 grpcio==1.78.0
# via ray # via
# grpcio-tools
# ray
grpcio-tools==1.78.0
# via -r requirements/test.in
gunicorn==23.0.0 gunicorn==23.0.0
# via mlflow # via mlflow
h11==0.14.0 h11==0.14.0
...@@ -777,6 +781,7 @@ protobuf==6.33.2 ...@@ -777,6 +781,7 @@ protobuf==6.33.2
# via # via
# google-api-core # google-api-core
# googleapis-common-protos # googleapis-common-protos
# grpcio-tools
# mlflow-skinny # mlflow-skinny
# opentelemetry-proto # opentelemetry-proto
# proto-plus # proto-plus
...@@ -1046,6 +1051,7 @@ sentence-transformers==5.2.0 ...@@ -1046,6 +1051,7 @@ sentence-transformers==5.2.0
# mteb # mteb
setuptools==77.0.3 setuptools==77.0.3
# via # via
# grpcio-tools
# lightning-utilities # lightning-utilities
# pytablewriter # pytablewriter
# torch # torch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment