Skip to content

Commit facc4ae

Browse files
deps: Update dependency pytorch to >=2.12.1
1 parent 2548a7b commit facc4ae

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
@@ -175,7 +175,7 @@ numpy = "=1.24.1"
175175
# Backends that can run on CPU-only hosts
176176
# Note: JAX and PyTorch will install CPU variants.
177177
[feature.backends.dependencies]
178-
pytorch = ">=2.12.0"
178+
pytorch = ">=2.12.1"
179179
dask-core = ">=2026.6.0" # No distributed, tornado, etc.
180180
sparse = ">=0.18.0"
181181

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

199199
[feature.cuda-backends.target.linux.dependencies]
200200
jaxlib = { version = ">=0.10.1", build = "cuda12*" }

0 commit comments

Comments
 (0)