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 621a0c8 commit 29e2f82Copy full SHA for 29e2f82
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.6.0,<10.8.0",
+ #"tensorrt-cu12>=10.6.0,<10.8.0",
12
"torch>=2.6.0.dev,<2.7.0",
13
"pybind11==2.6.2",
14
"numpy",
@@ -40,7 +40,7 @@ requires-python = ">=3.9"
40
keywords = [
41
"pytorch",
42
"torch",
43
- "tensorrt",
+ #"tensorrt",
44
"trt",
45
"ai",
46
"artificial intelligence",
@@ -55,9 +55,9 @@ keywords = [
55
]
56
dependencies = [
57
58
59
- "tensorrt-cu12-bindings>=10.6.0,<10.8.0",
60
- "tensorrt-cu12-libs>=10.6.0,<10.8.0",
+ #"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
+ #"tensorrt-cu12-libs>=10.6.0,<10.8.0",
61
"packaging>=23",
62
63
0 commit comments