Skip to content

Commit

Permalink
Remove python 3.13 from torch compatibility (#2072)
Browse files Browse the repository at this point in the history
* Torchvision does not support 3.13 yet
  • Loading branch information
8W9aG authored Dec 2, 2024
1 parent 3dbf90b commit 960b0e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/config/torch_compatibility_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"3.10",
"3.11",
"3.12",
"3.13",
"3.9"
]
},
Expand All @@ -25,7 +24,6 @@
"3.10",
"3.11",
"3.12",
"3.13",
"3.9"
]
},
Expand All @@ -40,7 +38,6 @@
"3.10",
"3.11",
"3.12",
"3.13",
"3.9",
"3.10"
]
Expand All @@ -56,7 +53,6 @@
"3.10",
"3.11",
"3.12",
"3.13",
"3.9"
]
},
Expand Down

0 comments on commit 960b0e4

Please sign in to comment.