Skip to content

Commit

Permalink
keep trt related libs versions >=10.6.0,<10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Dec 31, 2024
1 parent b79d234 commit 98d5e93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
"cffi>=1.15.1",
"typing-extensions>=4.7.0",
"future>=0.18.3",
"tensorrt-cu12==10.7.0",
"tensorrt-cu12>=10.6.0,<10.8.0",
"torch>=2.6.0.dev,<2.7.0",
"pybind11==2.6.2",
"numpy",
Expand Down Expand Up @@ -55,9 +55,9 @@ keywords = [
]
dependencies = [
"torch>=2.6.0.dev,<2.7.0",
"tensorrt-cu12==10.7.0",
"tensorrt-cu12-bindings==10.7.0",
"tensorrt-cu12-libs==10.7.0",
"tensorrt-cu12>=10.6.0,<10.8.0",
"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
"tensorrt-cu12-libs>=10.6.0,<10.8.0",
"packaging>=23",
"numpy",
"typing-extensions>=4.7.0",
Expand Down

0 comments on commit 98d5e93

Please sign in to comment.