fix: harden DGR-002 protocol bounds
This commit is contained in:
@@ -13,8 +13,11 @@ dependencies = [
|
||||
"huggingface-hub>=0.20",
|
||||
"accelerate>=0.28",
|
||||
"bitsandbytes>=0.43",
|
||||
"grpcio>=1.60",
|
||||
"protobuf>=5",
|
||||
# Keep these floors aligned with the committed grpcio-tools 1.82.1 output.
|
||||
# Older runtimes satisfy broad constraints but fail while importing the
|
||||
# generated modules before a node can report a useful protocol error.
|
||||
"grpcio>=1.82.1",
|
||||
"protobuf>=7.35.0",
|
||||
"rich>=13",
|
||||
"safetensors>=0.4",
|
||||
"torch>=2.1",
|
||||
|
||||
Reference in New Issue
Block a user