Skip to content

Commit 768be55

Browse files
committed
removing torch and tensorrt
1 parent 2b1e840 commit 768be55

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ requires = [
88
"cffi>=1.15.1",
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
11-
"tensorrt-cu12>=10.7.0.post1,<10.8.0",
12-
"torch>=2.7.0.dev,<2.8.0",
1311
"pybind11==2.6.2",
1412
"numpy",
1513
]
@@ -54,11 +52,6 @@ keywords = [
5452
"inference",
5553
]
5654
dependencies = [
57-
"torch>=2.7.0.dev,<2.8.0",
58-
"tensorrt>=10.7.0.post1,<10.8.0",
59-
"tensorrt-cu12>=10.7.0.post1,<10.8.0",
60-
"tensorrt-cu12-bindings>=10.7.0,<10.8.0",
61-
"tensorrt-cu12-libs>=10.7.0,<10.8.0",
6255
"packaging>=23",
6356
"numpy",
6457
"typing-extensions>=4.7.0",

0 commit comments

Comments
 (0)