Skip to content

Commit 033aa79

Browse files
committed
Updated wrapt and protobuf versions
1 parent 78bf24d commit 033aa79

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ dependencies = [
5353
"onnxruntime-gpu~=1.20;platform_machine == 'x86_64' and python_version >= '3.10'",
5454
"onnxscript",
5555
"packaging~=24.1",
56-
"protobuf>=3.18.3,<3.21.0",
5756
"polygraphy>=0.49.0",
5857
"psutil>=5.7",
5958
"py-cpuinfo>=8.0",
@@ -63,7 +62,7 @@ dependencies = [
6362
"tabulate>=0.8",
6463
"tensorrt;platform_machine == 'x86_64'",
6564
"tritonclient[grpc]~=2.47",
66-
"wrapt>=1.11.0,<1.15",
65+
"wrapt>=1.16",
6766
"pyee>=11.1.0",
6867
"rich>=13.7.1",
6968
]
@@ -76,16 +75,19 @@ dependencies = [
7675
[project.optional-dependencies]
7776
torch = [
7877
"torch",
79-
"torch_tensorrt>1"
78+
"torch_tensorrt>1",
79+
"protobuf>=4",
8080
]
8181
tensorflow = [
8282
"tensorflow",
83-
"tf2onnx>=1.9.3"
83+
"tf2onnx>=1.9.3",
84+
"protobuf>=3.18.3,<3.21.0",
8485
]
8586
jax = [
8687
"jax[cuda12_pip]",
8788
"tensorflow",
88-
"tf2onnx>=1.9.3"
89+
"tf2onnx>=1.9.3",
90+
"protobuf>=3.18.3,<3.21.0",
8991
]
9092
test = [
9193
"GitPython >= 3.1.30",

0 commit comments

Comments
 (0)