Skip to content

Commit 6c21d3e

Browse files
Adds upper bound to TensorRT version to workaround a breakage
1 parent c766740 commit 6c21d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tripy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = ">= 3.9"
88
license = { text = "Apache 2.0" }
99
dependencies = [
10-
"tensorrt>=10.11",
10+
"tensorrt>=10.11,<=10.13.0.35",
1111
"mlir-tensorrt-compiler==0.1.43+cuda12.trt109",
1212
"mlir-tensorrt-runtime==0.1.43+cuda12.trt109",
1313
"colored==2.2.3",

0 commit comments

Comments
 (0)