Skip to content

Commit 7a7a4c4

Browse files
deps: Update dependency pytorch to >=2.7.0
1 parent dc44205 commit 7a7a4c4

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
@@ -134,7 +134,7 @@ numpy = "=1.22.0"
134134
# Backends that can run on CPU-only hosts
135135
# Note: JAX and PyTorch will install CPU variants.
136136
[tool.pixi.feature.backends.dependencies]
137-
pytorch = ">=2.6.0"
137+
pytorch = ">=2.7.0"
138138
dask-core = ">=2025.5.0" # No distributed, tornado, etc.
139139
sparse = ">=0.16.0"
140140

@@ -162,7 +162,7 @@ system-requirements = { cuda = "12" }
162162
[tool.pixi.feature.cuda-backends.target.linux-64.dependencies]
163163
cupy = ">=13.4.1"
164164
jaxlib = { version = ">=0.5.2", build = "cuda12*" }
165-
pytorch = { version = ">=2.6.0", build = "cuda12*" }
165+
pytorch = { version = ">=2.7.0", build = "cuda12*" }
166166

167167
[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]
168168
# cupy = "*" # unavailable
@@ -177,7 +177,7 @@ pytorch = { version = ">=2.6.0", build = "cuda12*" }
177177
[tool.pixi.feature.cuda-backends.target.win-64.dependencies]
178178
cupy = ">=13.4.1"
179179
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
180-
pytorch = { version = ">=2.6.0", build = "cuda12*" }
180+
pytorch = { version = ">=2.7.0", build = "cuda12*" }
181181

182182
[tool.pixi.environments]
183183
default = { features = ["py313"], solve-group = "py313" }

0 commit comments

Comments
 (0)