mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-08 19:04:52 +00:00
Set grpcio upper bound to 1.73 (exclusive)
This commit is contained in:
parent
5a6e09e32e
commit
a3db7edd67
@ -13,9 +13,9 @@ dependencies = [
|
||||
"click<8.2.0",
|
||||
"einops>=0.8.0",
|
||||
"grpc-interceptor>=0.15.4",
|
||||
"grpcio>=1.67.0",
|
||||
"grpcio-reflection>=1.67.0",
|
||||
"grpcio-status>=1.67.0",
|
||||
"grpcio>=1.67.0,<1.73.0",
|
||||
"grpcio-reflection>=1.67.0,<1.73.0",
|
||||
"grpcio-status>=1.67.0,<1.73.0",
|
||||
"kernels>=0.2.1",
|
||||
"hf-transfer>=0.1.8",
|
||||
"loguru>=0.7.3",
|
||||
|
Loading…
Reference in New Issue
Block a user