Skip to content

Commit 3130d37

Browse files
committed
remove TRT version restriction
1 parent 26ea41e commit 3130d37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 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.8.0,<10.9.0",
11+
"tensorrt-cu12",
1212
"torch>=2.7.0.dev,<2.8.0",
1313
"pybind11==2.6.2",
1414
"numpy",
@@ -56,10 +56,10 @@ keywords = [
5656
]
5757
dependencies = [
5858
"torch>=2.7.0.dev,<2.8.0",
59-
"tensorrt>=10.8.0,<10.9.0",
60-
"tensorrt-cu12>=10.8.0,<10.9.0",
61-
"tensorrt-cu12-bindings>=10.8.0,<10.9.0",
62-
"tensorrt-cu12-libs>=10.8.0,<10.9.0",
59+
"tensorrt",
60+
"tensorrt-cu12",
61+
"tensorrt-cu12-bindings",
62+
"tensorrt-cu12-libs",
6363
"packaging>=23",
6464
"numpy",
6565
"typing-extensions>=4.7.0",

0 commit comments

Comments
 (0)