@@ -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 "
154154dask-core = " >=2025.7.0" # No distributed, tornado, etc.
155155sparse = " >=0.17.0"
156156
@@ -178,7 +178,7 @@ system-requirements = { cuda = "12" }
178178[tool .pixi .feature .cuda-backends .target .linux-64 .dependencies ]
179179cupy = " >=13.5.1"
180180jaxlib = { version = " >=0.6.0" , build = " cuda12*" }
181- pytorch = { version = " >=2.7.0 " , build = " cuda12*" }
181+ pytorch = { version = " >=2.7.1 " , build = " cuda12*" }
182182
183183[tool .pixi .feature .cuda-backends .target .osx-64 .dependencies ]
184184# cupy = "*" # unavailable
@@ -193,7 +193,7 @@ pytorch = { version = ">=2.7.0", build = "cuda12*" }
193193[tool .pixi .feature .cuda-backends .target .win-64 .dependencies ]
194194cupy = " >=13.5.1"
195195# jaxlib = { version = "*", build = "cuda12*" } # unavailable
196- pytorch = { version = " >=2.7.0 " , build = " cuda12*" }
196+ pytorch = { version = " >=2.7.1 " , build = " cuda12*" }
197197
198198[tool .pixi .feature .nogil .dependencies ]
199199python-freethreading = " ~=3.13.0"
0 commit comments