@@ -9,7 +9,7 @@ requires = [
9
9
" typing-extensions>=4.7.0" ,
10
10
" future>=0.18.3" ,
11
11
" tensorrt-cu12>=10.6.0,<10.8.0" ,
12
- " torch>=2.6.0.dev ,<2.7.0" ,
12
+ " torch>=2.6.0,<2.7.0" ,
13
13
" pybind11==2.6.2" ,
14
14
" numpy" ,
15
15
]
@@ -54,7 +54,7 @@ keywords = [
54
54
" inference" ,
55
55
]
56
56
dependencies = [
57
- " torch>=2.6.0.dev ,<2.7.0" ,
57
+ " torch>=2.6.0,<2.7.0" ,
58
58
" tensorrt-cu12>=10.6.0,<10.8.0" ,
59
59
" tensorrt-cu12-bindings>=10.6.0,<10.8.0" ,
60
60
" tensorrt-cu12-libs>=10.6.0,<10.8.0" ,
@@ -101,21 +101,16 @@ include-package-data = false
101
101
102
102
[tool .uv ]
103
103
environments = [" sys_platform == 'linux'" , " sys_platform == 'windows'" ]
104
-
105
104
prerelease = " if-necessary-or-explicit"
106
-
105
+ index-strategy = " unsafe-best-match "
107
106
108
107
[tool .uv .sources ]
109
- torch = [
110
- { index = " pytorch-nightly-cu126" },
111
- ]
112
- torchvision = [
113
- { index = " pytorch-nightly-cu126" },
114
- ]
108
+ torch = [{ index = " pytorch-test-cu126" }]
109
+ torchvision = [{ index = " pytorch-test-cu126" }]
115
110
116
111
[[tool .uv .index ]]
117
- name = " pytorch-nightly -cu126"
118
- url = " https://download.pytorch.org/whl/nightly /cu126"
112
+ name = " pytorch-test -cu126"
113
+ url = " https://download.pytorch.org/whl/test /cu126"
119
114
explicit = false
120
115
121
116
# [[tool.uv.index]]
0 commit comments