File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ name = "project"
4646version = " 0.1.0"
4747requires-python = " >=3.12"
4848dependencies = [
49- " torch>=2.5.1 " ,
50- " torchvision>=0.20.1 " ,
49+ " torch>=2.6.0 " ,
50+ " torchvision>=0.21.0 " ,
5151]
5252```
5353
@@ -228,8 +228,8 @@ name = "project"
228228version = " 0.1.0"
229229requires-python = " >=3.12.0"
230230dependencies = [
231- " torch>=2.5.1 " ,
232- " torchvision>=0.20.1 " ,
231+ " torch>=2.6.0 " ,
232+ " torchvision>=0.21.0 " ,
233233]
234234
235235[tool .uv .sources ]
@@ -261,8 +261,8 @@ name = "project"
261261version = " 0.1.0"
262262requires-python = " >=3.12.0"
263263dependencies = [
264- " torch>=2.5.1 " ,
265- " torchvision>=0.20.1 " ,
264+ " torch>=2.6.0 " ,
265+ " torchvision>=0.21.0 " ,
266266]
267267
268268[tool .uv .sources ]
@@ -295,8 +295,8 @@ name = "project"
295295version = " 0.1.0"
296296requires-python = " >=3.12.0"
297297dependencies = [
298- " torch>=2.5.1 " ,
299- " torchvision>=0.20.1 " ,
298+ " torch>=2.6.0 " ,
299+ " torchvision>=0.21.0 " ,
300300 " pytorch-triton-xpu>=3.2.0 ; sys_platform == 'linux'" ,
301301]
302302
@@ -336,12 +336,12 @@ dependencies = []
336336
337337[project .optional-dependencies ]
338338cpu = [
339- " torch>=2.5.1 " ,
340- " torchvision>=0.20.1 " ,
339+ " torch>=2.6.0 " ,
340+ " torchvision>=0.21.0 " ,
341341]
342342cu124 = [
343- " torch>=2.5.1 " ,
344- " torchvision>=0.20.1 " ,
343+ " torch>=2.6.0 " ,
344+ " torchvision>=0.21.0 " ,
345345]
346346
347347[tool .uv ]
You can’t perform that action at this time.
0 commit comments