@@ -9,7 +9,7 @@ requires = [
9
9
" typing-extensions>=4.7.0" ,
10
10
" future>=0.18.3" ,
11
11
" tensorrt-cu12>=10.9.0,<10.10.0" ,
12
- " torch>=2.7.0.dev ,<2.8.0" ,
12
+ " torch>=2.7.0,<2.8.0" ,
13
13
" pybind11==2.6.2" ,
14
14
" numpy" ,
15
15
" sympy" ,
@@ -55,7 +55,7 @@ keywords = [
55
55
" inference" ,
56
56
]
57
57
dependencies = [
58
- " torch>=2.7.0.dev ,<2.8.0" ,
58
+ " torch>=2.7.0,<2.8.0" ,
59
59
" tensorrt>=10.9.0,<10.10.0" ,
60
60
" tensorrt-cu12>=10.9.0,<10.10.0" ,
61
61
" tensorrt-cu12-bindings>=10.9.0,<10.10.0" ,
@@ -108,12 +108,12 @@ prerelease = "if-necessary-or-explicit"
108
108
index-strategy = " unsafe-best-match" # Needed for TRT-LLM
109
109
110
110
[tool .uv .sources ]
111
- torch = [{ index = " pytorch-nightly-cu126 " }]
112
- torchvision = [{ index = " pytorch-nightly-cu126 " }]
111
+ torch = [{ index = " pytorch-test-cu128 " }]
112
+ torchvision = [{ index = " pytorch-test-cu128 " }]
113
113
114
114
[[tool .uv .index ]]
115
- name = " pytorch-nightly-cu126 "
116
- url = " https://download.pytorch.org/whl/nightly/cu126 "
115
+ name = " pytorch-test-cu128 "
116
+ url = " https://download.pytorch.org/whl/test/cu128 "
117
117
explicit = false
118
118
119
119
[[tool .uv .index ]]
@@ -151,7 +151,6 @@ explicit = false
151
151
# url = "https://download.pytorch.org/whl/cu118"
152
152
# explicit = false
153
153
154
-
155
154
[tool .ruff ]
156
155
# NOTE: Synchoronize the ignores with .flake8
157
156
lint.ignore = [
0 commit comments