Skip to content

Commit 3f1e055

Browse files
authored
Remove 3.13 from torch 2.5.0 (#2380)
* 3.13 doesn’t have the correct packages to support torch 2.5.0 on these indexes
1 parent 72fc99d commit 3f1e055

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pkg/config/torch_compatibility_matrix.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@
206206
"3.9",
207207
"3.10",
208208
"3.11",
209-
"3.12",
210-
"3.13"
209+
"3.12"
211210
]
212211
},
213212
{
@@ -221,8 +220,7 @@
221220
"3.9",
222221
"3.10",
223222
"3.11",
224-
"3.12",
225-
"3.13"
223+
"3.12"
226224
]
227225
},
228226
{
@@ -236,8 +234,7 @@
236234
"3.9",
237235
"3.10",
238236
"3.11",
239-
"3.12",
240-
"3.13"
237+
"3.12"
241238
]
242239
},
243240
{
@@ -251,8 +248,7 @@
251248
"3.9",
252249
"3.10",
253250
"3.11",
254-
"3.12",
255-
"3.13"
251+
"3.12"
256252
]
257253
},
258254
{

0 commit comments

Comments
 (0)