Skip to content

Commit 5490501

Browse files
committed
reverting back the torch version change since its still putting pypi checks
1 parent fca65b4 commit 5490501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
"cffi>=1.15.1",
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
11-
"torch>=2.6.0.dev,<2.7.0",
11+
#"torch>=2.6.0.dev,<2.7.0",
1212
"pybind11==2.6.2",
1313
"numpy",
1414
]
@@ -52,7 +52,7 @@ keywords = [
5252
"inference",
5353
]
5454
dependencies = [
55-
"torch>=2.6.0.dev,<2.7.0",
55+
#"torch>=2.6.0.dev,<2.7.0",
5656
#"tensorrt-cu12>=10.6.0,<10.8.0",
5757
#"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
5858
#"tensorrt-cu12-libs>=10.6.0,<10.8.0",

0 commit comments

Comments
 (0)