Skip to content

Commit 48dce20

Browse files
authored
Update pyproject.toml
1 parent 4ee017d commit 48dce20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
1111
"tensorrt-cu12>=10.6.0,<10.8.0",
12-
"torch>=2.6.0,<2.7.0",
12+
"torch>=2.6.0.dev,<2.7.0",
1313
"pybind11==2.6.2",
1414
"numpy",
1515
]
@@ -54,7 +54,7 @@ keywords = [
5454
"inference",
5555
]
5656
dependencies = [
57-
"torch>=2.6.0,<2.7.0",
57+
"torch>=2.6.0.dev,<2.7.0",
5858
"tensorrt-cu12>=10.6.0,<10.8.0",
5959
"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
6060
"tensorrt-cu12-libs>=10.6.0,<10.8.0",

0 commit comments

Comments
 (0)