Skip to content

Commit f4e91be

Browse files
committed
attempt 3
1 parent 9621a44 commit f4e91be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
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>=10.6.0,<10.10.0",
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>=10.6.0,<10.10.0",
60+
"tensorrt-cu12>=10.6.0,<10.10.0",
61+
"tensorrt-cu12-bindings>=10.6.0,<10.10.0",
62+
"tensorrt-cu12-libs>=10.6.0,<10.10.0",
6363
"packaging>=23",
6464
"numpy",
6565
"typing-extensions>=4.7.0",

0 commit comments

Comments
 (0)