Skip to content

Commit 5bab142

Browse files
deps: Update dependency pytorch to >=2.12.1
1 parent 5dc0673 commit 5bab142

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
@@ -178,7 +178,7 @@ numpy = "=1.24.1"
178178
# Backends that can run on CPU-only hosts
179179
# Note: JAX and PyTorch will install CPU variants.
180180
[feature.backends.dependencies]
181-
pytorch = ">=2.12.0"
181+
pytorch = ">=2.12.1"
182182
dask-core = ">=2026.7.1" # No distributed, tornado, etc.
183183
sparse = ">=0.19.0"
184184

@@ -197,7 +197,7 @@ platforms = ["linux-64-cuda-12-9", "win-64-cuda-12-9"]
197197
[feature.cuda-backends.dependencies]
198198
cuda-version = "==12.9"
199199
cupy = ">=14.1.1"
200-
pytorch = { version = ">=2.12.0", build = "cuda12*" }
200+
pytorch = { version = ">=2.12.1", build = "cuda12*" }
201201

202202
[feature.cuda-backends.target.linux.dependencies]
203203
jaxlib = { version = ">=0.10.2", build = "cuda12*" }

0 commit comments

Comments
 (0)