@@ -148,7 +148,7 @@ numpy = "=1.24.1"
148148# Backends that can run on CPU-only hosts
149149# Note: JAX and PyTorch will install CPU variants.
150150[tool .pixi .feature .backends .dependencies ]
151- pytorch = " >=2.7 .1"
151+ pytorch = " >=2.9 .1"
152152dask-core = " >=2025.12.0" # No distributed, tornado, etc.
153153sparse = " >=0.17.0"
154154
@@ -179,7 +179,7 @@ system-requirements = { cuda = "12" }
179179cupy = " >=13.6.0"
180180# JAX 0.6.2 and 0.7.0 segfault on CUDA
181181jaxlib = { version = " >=0.6.0,!=0.6.2,!=0.7.0" , build = " cuda12*" }
182- pytorch = { version = " >=2.7 .1" , build = " cuda12*" }
182+ pytorch = { version = " >=2.9 .1" , build = " cuda12*" }
183183
184184[tool .pixi .feature .cuda-backends .target .osx-64 .dependencies ]
185185# cupy = "*" # unavailable
@@ -194,7 +194,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" }
194194[tool .pixi .feature .cuda-backends .target .win-64 .dependencies ]
195195cupy = " >=13.6.0"
196196# jaxlib = { version = "*", build = "cuda12*" } # unavailable
197- pytorch = { version = " >=2.8.0 " , build = " cuda12*" }
197+ pytorch = { version = " >=2.9.1 " , build = " cuda12*" }
198198
199199[tool .pixi .feature .nogil .dependencies ]
200200python-freethreading = " ~=3.13.0"
0 commit comments