Skip to content

Commit 01ad203

Browse files
deps: Update dependency pytorch to >=2.12.1
1 parent 62cc560 commit 01ad203

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
@@ -360,7 +360,7 @@ numpy = "=1.24.1"
360360
# Backends that can run on CPU-only hosts
361361
# Note: JAX and PyTorch will install CPU variants.
362362
[feature.backends.dependencies]
363-
pytorch = ">=2.12.0"
363+
pytorch = ">=2.12.1"
364364
dask-core = ">=2026.7.1" # No distributed, tornado, etc.
365365
sparse = ">=0.19.0"
366366

@@ -374,7 +374,7 @@ platforms = ["linux-64-cuda-12-9", "win-64-cuda-12-9"]
374374
[feature.cuda-backends.dependencies]
375375
cuda-version = "==12.9"
376376
cupy = ">=14.1.1"
377-
pytorch = ">=2.12.0"
377+
pytorch = ">=2.12.1"
378378

379379
[feature.cuda-backends.target.linux.dependencies]
380380
jaxlib = ">=0.10.2"

0 commit comments

Comments
 (0)