Skip to content

Commit 10a7e50

Browse files
deps: Update dependency pytorch to >=2.12.1
1 parent 98026fe commit 10a7e50

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

@@ -201,7 +201,7 @@ platforms = ["linux-64-cuda-12-9", "win-64-cuda-12-9"]
201201
[feature.cuda-backends.dependencies]
202202
cuda-version = "==12.9"
203203
cupy = ">=14.1.1"
204-
pytorch = { version = ">=2.12.0", build = "cuda12*" }
204+
pytorch = { version = ">=2.12.1", build = "cuda12*" }
205205

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

0 commit comments

Comments
 (0)