Skip to content

Commit 7333098

Browse files
deps: Update dependency pytorch to >=2.9.1 (#576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfa0f6f commit 7333098

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ numpy = "=1.24.1"
148148
# Backends that can run on CPU-only hosts
149149
# Note: JAX and PyTorch will install CPU variants.
150150
[tool.pixi.feature.backends.dependencies]
151-
pytorch = ">=2.7.1"
151+
pytorch = ">=2.9.1"
152152
dask-core = ">=2025.12.0" # No distributed, tornado, etc.
153153
sparse = ">=0.17.0"
154154

@@ -179,7 +179,7 @@ system-requirements = { cuda = "12" }
179179
cupy = ">=13.6.0"
180180
# JAX 0.6.2 and 0.7.0 segfault on CUDA
181181
jaxlib = { version = ">=0.6.0,!=0.6.2,!=0.7.0", build = "cuda12*" }
182-
pytorch = { version = ">=2.7.1", build = "cuda12*" }
182+
pytorch = { version = ">=2.9.1", build = "cuda12*" }
183183

184184
[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]
185185
# cupy = "*" # unavailable
@@ -194,7 +194,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" }
194194
[tool.pixi.feature.cuda-backends.target.win-64.dependencies]
195195
cupy = ">=13.6.0"
196196
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
197-
pytorch = { version = ">=2.8.0", build = "cuda12*" }
197+
pytorch = { version = ">=2.9.1", build = "cuda12*" }
198198

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

0 commit comments

Comments
 (0)