Skip to content

Commit 29e2f82

Browse files
committed
removing tensorrt from pyproject.toml build and runtime dependencies. This will be amended further
1 parent 621a0c8 commit 29e2f82

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.6.0,<10.8.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",
@@ -40,7 +40,7 @@ requires-python = ">=3.9"
4040
keywords = [
4141
"pytorch",
4242
"torch",
43-
"tensorrt",
43+
#"tensorrt",
4444
"trt",
4545
"ai",
4646
"artificial intelligence",
@@ -55,9 +55,9 @@ keywords = [
5555
]
5656
dependencies = [
5757
"torch>=2.6.0.dev,<2.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",
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)