@@ -150,7 +150,7 @@ numpy = "=1.22.0"
150
150
# Backends that can run on CPU-only hosts
151
151
# Note: JAX and PyTorch will install CPU variants.
152
152
[tool .pixi .feature .backends .dependencies ]
153
- pytorch = " >=2.7.1 "
153
+ pytorch = " >=2.8.0 "
154
154
dask-core = " >=2025.9.1" # No distributed, tornado, etc.
155
155
sparse = " >=0.17.0"
156
156
@@ -182,7 +182,7 @@ system-requirements = { cuda = "12" }
182
182
cupy = " >=13.6.0"
183
183
# JAX 0.6.2 and 0.7.0 segfault on CUDA
184
184
jaxlib = { version = " >=0.6.0,!=0.6.2,!=0.7.0" , build = " cuda12*" }
185
- pytorch = { version = " >=2.7.1 " , build = " cuda12*" }
185
+ pytorch = { version = " >=2.8.0 " , build = " cuda12*" }
186
186
187
187
[tool .pixi .feature .cuda-backends .target .osx-64 .dependencies ]
188
188
# cupy = "*" # unavailable
@@ -197,7 +197,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" }
197
197
[tool .pixi .feature .cuda-backends .target .win-64 .dependencies ]
198
198
cupy = " >=13.6.0"
199
199
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
200
- pytorch = { version = " >=2.7.1 " , build = " cuda12*" }
200
+ pytorch = { version = " >=2.8.0 " , build = " cuda12*" }
201
201
202
202
[tool .pixi .feature .nogil .dependencies ]
203
203
python-freethreading = " ~=3.13.0"
0 commit comments