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 26ea41e commit 3130d37Copy full SHA for 3130d37
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",
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",
+ "tensorrt-cu12-bindings",
+ "tensorrt-cu12-libs",
63
"packaging>=23",
64
65
0 commit comments