File tree 1 file changed +3
-3
lines changed
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"
134
134
# Backends that can run on CPU-only hosts
135
135
# Note: JAX and PyTorch will install CPU variants.
136
136
[tool .pixi .feature .backends .dependencies ]
137
- pytorch = " >=2.6 .0"
137
+ pytorch = " >=2.7 .0"
138
138
dask-core = " >=2025.5.0" # No distributed, tornado, etc.
139
139
sparse = " >=0.16.0"
140
140
@@ -162,7 +162,7 @@ system-requirements = { cuda = "12" }
162
162
[tool .pixi .feature .cuda-backends .target .linux-64 .dependencies ]
163
163
cupy = " >=13.4.1"
164
164
jaxlib = { version = " >=0.5.2" , build = " cuda12*" }
165
- pytorch = { version = " >=2.6 .0" , build = " cuda12*" }
165
+ pytorch = { version = " >=2.7 .0" , build = " cuda12*" }
166
166
167
167
[tool .pixi .feature .cuda-backends .target .osx-64 .dependencies ]
168
168
# cupy = "*" # unavailable
@@ -177,7 +177,7 @@ pytorch = { version = ">=2.6.0", build = "cuda12*" }
177
177
[tool .pixi .feature .cuda-backends .target .win-64 .dependencies ]
178
178
cupy = " >=13.4.1"
179
179
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
180
- pytorch = { version = " >=2.6 .0" , build = " cuda12*" }
180
+ pytorch = { version = " >=2.7 .0" , build = " cuda12*" }
181
181
182
182
[tool .pixi .environments ]
183
183
default = { features = [" py313" ], solve-group = " py313" }
You can’t perform that action at this time.
0 commit comments