Skip to content

Commit b545391

Browse files
deps: Update dependency pytorch to >=2.13.0
1 parent 4e283da commit b545391

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
@@ -370,7 +370,7 @@ numpy = "=1.24.1"
370370
# Backends that can run on CPU-only hosts
371371
# Note: JAX and PyTorch will install CPU variants.
372372
[feature.backends.dependencies]
373-
pytorch = ">=2.12.0"
373+
pytorch = ">=2.13.0"
374374
dask-core = ">=2026.7.1" # No distributed, tornado, etc.
375375
sparse = ">=0.19.2"
376376
mparray = ">=0.2.2"
@@ -385,7 +385,7 @@ platforms = ["linux-64-cuda-12-9", "win-64-cuda-12-9"]
385385
[feature.cuda-backends.dependencies]
386386
cuda-version = "==12.9"
387387
cupy = ">=14.2.0"
388-
pytorch = ">=2.12.0"
388+
pytorch = ">=2.13.0"
389389

390390
[feature.cuda-backends.target.linux.dependencies]
391391
jaxlib = ">=0.10.2"

0 commit comments

Comments
 (0)