Skip to content

Commit 5750b2d

Browse files
deps: Update dependency pytorch to >=2.8.0
1 parent 07f61d2 commit 5750b2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ numpy = "=1.22.0"
150150
# Backends that can run on CPU-only hosts
151151
# Note: JAX and PyTorch will install CPU variants.
152152
[tool.pixi.feature.backends.dependencies]
153-
pytorch = ">=2.7.1"
153+
pytorch = ">=2.8.0"
154154
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
155155
sparse = ">=0.17.0"
156156

@@ -182,7 +182,7 @@ system-requirements = { cuda = "12" }
182182
cupy = ">=13.6.0"
183183
# JAX 0.6.2 and 0.7.0 segfault on CUDA
184184
jaxlib = { version = ">=0.6.0,!=0.6.2,!=0.7.0", build = "cuda12*" }
185-
pytorch = { version = ">=2.7.1", build = "cuda12*" }
185+
pytorch = { version = ">=2.8.0", build = "cuda12*" }
186186

187187
[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]
188188
# cupy = "*" # unavailable
@@ -197,7 +197,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" }
197197
[tool.pixi.feature.cuda-backends.target.win-64.dependencies]
198198
cupy = ">=13.6.0"
199199
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
200-
pytorch = { version = ">=2.7.1", build = "cuda12*" }
200+
pytorch = { version = ">=2.8.0", build = "cuda12*" }
201201

202202
[tool.pixi.feature.nogil.dependencies]
203203
python-freethreading = "~=3.13.0"

0 commit comments

Comments
 (0)