Skip to content

Commit 0ac807f

Browse files
deps: Update dependency pytorch to >=2.8.0
1 parent 5227063 commit 0ac807f

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.7.0" # No distributed, tornado, etc.
155155
sparse = ">=0.17.0"
156156

@@ -178,7 +178,7 @@ system-requirements = { cuda = "12" }
178178
[tool.pixi.feature.cuda-backends.target.linux-64.dependencies]
179179
cupy = ">=13.5.1"
180180
jaxlib = { version = ">=0.6.0", build = "cuda12*" }
181-
pytorch = { version = ">=2.7.1", build = "cuda12*" }
181+
pytorch = { version = ">=2.8.0", build = "cuda12*" }
182182

183183
[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]
184184
# cupy = "*" # unavailable
@@ -193,7 +193,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" }
193193
[tool.pixi.feature.cuda-backends.target.win-64.dependencies]
194194
cupy = ">=13.5.1"
195195
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
196-
pytorch = { version = ">=2.7.1", build = "cuda12*" }
196+
pytorch = { version = ">=2.8.0", build = "cuda12*" }
197197

198198
[tool.pixi.feature.nogil.dependencies]
199199
python-freethreading = "~=3.13.0"

0 commit comments

Comments
 (0)