Skip to content

Commit 89f04db

Browse files
committed
chore: remove trt dep
1 parent 923377c commit 89f04db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ requires = [
88
"cffi>=1.15.1",
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
11-
"tensorrt==10.0.0b6",
1211
"torch==2.3.0",
1312
"pybind11==2.6.2",
1413
"numpy",
@@ -42,7 +41,6 @@ requires-python = ">=3.8"
4241
keywords = ["pytorch", "torch", "tensorrt", "trt", "ai", "artificial intelligence", "ml", "machine learning", "dl", "deep learning", "compiler", "dynamo", "torchscript", "inference"]
4342
dependencies = [
4443
"torch==2.3.0",
45-
"tensorrt==10.0.0b6",
4644
"packaging>=23",
4745
"numpy",
4846
"typing-extensions>=4.7.0",

0 commit comments

Comments
 (0)