@@ -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.1 "
153+ pytorch = " >=2.8.0 "
154154dask-core = " >=2025.9.1" # No distributed, tornado, etc.
155155sparse = " >=0.17.0"
156156
@@ -182,7 +182,7 @@ system-requirements = { cuda = "12" }
182182cupy = " >=13.6.0"
183183# JAX 0.6.2 and 0.7.0 segfault on CUDA
184184jaxlib = { 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*" }
186186
187187[tool .pixi .feature .cuda-backends .target .osx-64 .dependencies ]
188188# cupy = "*" # unavailable
@@ -197,7 +197,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" }
197197[tool .pixi .feature .cuda-backends .target .win-64 .dependencies ]
198198cupy = " >=13.6.0"
199199# jaxlib = { version = "*", build = "cuda12*" } # unavailable
200- pytorch = { version = " >=2.7.1 " , build = " cuda12*" }
200+ pytorch = { version = " >=2.8.0 " , build = " cuda12*" }
201201
202202[tool .pixi .feature .nogil .dependencies ]
203203python-freethreading = " ~=3.13.0"
0 commit comments