Skip to content

Commit 7b3bc6e

Browse files
committed
torch dependency changes in pyproject.toml
1 parent 1d58a7c commit 7b3bc6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ requires = [
88
"cffi>=1.15.1",
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
11-
#"tensorrt-cu12>=10.6.0,<10.8.0",
12-
"torch>=2.6.0.dev,<2.7.0",
11+
"torch @ file:////usr/local/lib/python3.12/dist-packages/torch"
1312
"pybind11==2.6.2",
1413
"numpy",
1514
]
@@ -40,7 +39,6 @@ requires-python = ">=3.9"
4039
keywords = [
4140
"pytorch",
4241
"torch",
43-
#"tensorrt",
4442
"trt",
4543
"ai",
4644
"artificial intelligence",
@@ -54,7 +52,7 @@ keywords = [
5452
"inference",
5553
]
5654
dependencies = [
57-
"torch>=2.6.0.dev,<2.7.0",
55+
"torch @ file:////usr/local/lib/python3.12/dist-packages/torch"
5856
#"tensorrt-cu12>=10.6.0,<10.8.0",
5957
#"tensorrt-cu12-bindings>=10.6.0,<10.8.0",
6058
#"tensorrt-cu12-libs>=10.6.0,<10.8.0",

0 commit comments

Comments
 (0)