We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9621a44 commit f4e91beCopy full SHA for f4e91be
pyproject.toml
@@ -8,7 +8,7 @@ requires = [
8
"cffi>=1.15.1",
9
"typing-extensions>=4.7.0",
10
"future>=0.18.3",
11
- "tensorrt-cu12>=10.8.0,<10.9.0",
+ "tensorrt-cu12>=10.6.0,<10.10.0",
12
"torch>=2.7.0.dev,<2.8.0",
13
"pybind11==2.6.2",
14
"numpy",
@@ -56,10 +56,10 @@ keywords = [
56
]
57
dependencies = [
58
59
- "tensorrt>=10.8.0,<10.9.0",
60
61
- "tensorrt-cu12-bindings>=10.8.0,<10.9.0",
62
- "tensorrt-cu12-libs>=10.8.0,<10.9.0",
+ "tensorrt>=10.6.0,<10.10.0",
+ "tensorrt-cu12-bindings>=10.6.0,<10.10.0",
+ "tensorrt-cu12-libs>=10.6.0,<10.10.0",
63
"packaging>=23",
64
65
0 commit comments