Skip to content

Commit 1ac1b5b

Browse files
committed
Upgrade PyTorch version in documentation
1 parent 6d95c33 commit 1ac1b5b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/guides/integration/pytorch.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ name = "project"
4646
version = "0.1.0"
4747
requires-python = ">=3.12"
4848
dependencies = [
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"
228228
version = "0.1.0"
229229
requires-python = ">=3.12.0"
230230
dependencies = [
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"
261261
version = "0.1.0"
262262
requires-python = ">=3.12.0"
263263
dependencies = [
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"
295295
version = "0.1.0"
296296
requires-python = ">=3.12.0"
297297
dependencies = [
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]
338338
cpu = [
339-
"torch>=2.5.1",
340-
"torchvision>=0.20.1",
339+
"torch>=2.6.0",
340+
"torchvision>=0.21.0",
341341
]
342342
cu124 = [
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]

0 commit comments

Comments
 (0)