Skip to content

Commit 98d5e93

Browse files
committed
keep trt related libs versions >=10.6.0,<10.8.0
1 parent b79d234 commit 98d5e93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
"cffi>=1.15.1",
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
11-
"tensorrt-cu12==10.7.0",
11+
"tensorrt-cu12>=10.6.0,<10.8.0",
1212
"torch>=2.6.0.dev,<2.7.0",
1313
"pybind11==2.6.2",
1414
"numpy",
@@ -55,9 +55,9 @@ keywords = [
5555
]
5656
dependencies = [
5757
"torch>=2.6.0.dev,<2.7.0",
58-
"tensorrt-cu12==10.7.0",
59-
"tensorrt-cu12-bindings==10.7.0",
60-
"tensorrt-cu12-libs==10.7.0",
58+
"tensorrt-cu12>=10.6.0,<10.8.0",
59+
"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
60+
"tensorrt-cu12-libs>=10.6.0,<10.8.0",
6161
"packaging>=23",
6262
"numpy",
6363
"typing-extensions>=4.7.0",

0 commit comments

Comments
 (0)