File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ numpy = "=1.22.0"
134134# Backends that can run on CPU-only hosts
135135# Note: JAX and PyTorch will install CPU variants.
136136[tool .pixi .feature .backends .dependencies ]
137- pytorch = " >=2.6 .0"
137+ pytorch = " >=2.7 .0"
138138dask-core = " >=2025.5.0" # No distributed, tornado, etc.
139139sparse = " >=0.16.0"
140140
@@ -162,7 +162,7 @@ system-requirements = { cuda = "12" }
162162[tool .pixi .feature .cuda-backends .target .linux-64 .dependencies ]
163163cupy = " >=13.4.1"
164164jaxlib = { version = " >=0.5.2" , build = " cuda12*" }
165- pytorch = { version = " >=2.6 .0" , build = " cuda12*" }
165+ pytorch = { version = " >=2.7 .0" , build = " cuda12*" }
166166
167167[tool .pixi .feature .cuda-backends .target .osx-64 .dependencies ]
168168# cupy = "*" # unavailable
@@ -177,7 +177,7 @@ pytorch = { version = ">=2.6.0", build = "cuda12*" }
177177[tool .pixi .feature .cuda-backends .target .win-64 .dependencies ]
178178cupy = " >=13.4.1"
179179# jaxlib = { version = "*", build = "cuda12*" } # unavailable
180- pytorch = { version = " >=2.6 .0" , build = " cuda12*" }
180+ pytorch = { version = " >=2.7 .0" , build = " cuda12*" }
181181
182182[tool .pixi .environments ]
183183default = { features = [" py313" ], solve-group = " py313" }
You can’t perform that action at this time.
0 commit comments