Skip to content

Commit ed54dff

Browse files
deps: Update dependency pytorch to >=2.13.0
1 parent b1b27ed commit ed54dff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ numpy = "=1.24.1"
369369
# Backends that can run on CPU-only hosts
370370
# Note: JAX and PyTorch will install CPU variants.
371371
[feature.backends.dependencies]
372-
pytorch = ">=2.12.0"
372+
pytorch = ">=2.13.0"
373373
dask-core = ">=2026.7.1" # No distributed, tornado, etc.
374374
sparse = ">=0.19.1"
375375

@@ -383,7 +383,7 @@ platforms = ["linux-64-cuda-12-9", "win-64-cuda-12-9"]
383383
[feature.cuda-backends.dependencies]
384384
cuda-version = "==12.9"
385385
cupy = ">=14.1.1"
386-
pytorch = ">=2.12.0"
386+
pytorch = ">=2.13.0"
387387

388388
[feature.cuda-backends.target.linux.dependencies]
389389
jaxlib = ">=0.10.2"

0 commit comments

Comments
 (0)