@@ -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.0 "
153
+ pytorch = " >=2.7.1 "
154
154
dask-core = " >=2025.7.0" # No distributed, tornado, etc.
155
155
sparse = " >=0.17.0"
156
156
@@ -178,7 +178,7 @@ system-requirements = { cuda = "12" }
178
178
[tool .pixi .feature .cuda-backends .target .linux-64 .dependencies ]
179
179
cupy = " >=13.5.1"
180
180
jaxlib = { version = " >=0.6.0" , build = " cuda12*" }
181
- pytorch = { version = " >=2.7.0 " , build = " cuda12*" }
181
+ pytorch = { version = " >=2.7.1 " , build = " cuda12*" }
182
182
183
183
[tool .pixi .feature .cuda-backends .target .osx-64 .dependencies ]
184
184
# cupy = "*" # unavailable
@@ -193,7 +193,7 @@ pytorch = { version = ">=2.7.0", build = "cuda12*" }
193
193
[tool .pixi .feature .cuda-backends .target .win-64 .dependencies ]
194
194
cupy = " >=13.5.1"
195
195
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
196
- pytorch = { version = " >=2.7.0 " , build = " cuda12*" }
196
+ pytorch = { version = " >=2.7.1 " , build = " cuda12*" }
197
197
198
198
[tool .pixi .feature .nogil .dependencies ]
199
199
python-freethreading = " ~=3.13.0"
0 commit comments