Skip to content

Commit 3cef33a

Browse files
deps: Update dependency pytorch to >=2.7.1 (data-apis#476)
1 parent f38efb2 commit 3cef33a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 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.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.0", build = "cuda12*" }
185+
pytorch = { version = ">=2.7.1", build = "cuda12*" }
186186

187187
[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]
188188
# cupy = "*" # unavailable

0 commit comments

Comments
 (0)