Skip to content

Commit 4299566

Browse files
deps: Update dependency pytorch to >=2.7.1 (#380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68b9800 commit 4299566

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
@@ -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.0"
153+
pytorch = ">=2.7.1"
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.0", build = "cuda12*" }
181+
pytorch = { version = ">=2.7.1", build = "cuda12*" }
182182

183183
[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]
184184
# cupy = "*" # unavailable
@@ -193,7 +193,7 @@ pytorch = { version = ">=2.7.0", 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.0", build = "cuda12*" }
196+
pytorch = { version = ">=2.7.1", build = "cuda12*" }
197197

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

0 commit comments

Comments
 (0)