From 960b0e478d1f7f1f2faafffa3f8883eabf34e5ad Mon Sep 17 00:00:00 2001 From: Will Sackfield Date: Mon, 2 Dec 2024 15:13:45 -0500 Subject: [PATCH] Remove python 3.13 from torch compatibility (#2072) * Torchvision does not support 3.13 yet --- pkg/config/torch_compatibility_matrix.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/config/torch_compatibility_matrix.json b/pkg/config/torch_compatibility_matrix.json index 4198696fa3..92e8a08fe8 100644 --- a/pkg/config/torch_compatibility_matrix.json +++ b/pkg/config/torch_compatibility_matrix.json @@ -10,7 +10,6 @@ "3.10", "3.11", "3.12", - "3.13", "3.9" ] }, @@ -25,7 +24,6 @@ "3.10", "3.11", "3.12", - "3.13", "3.9" ] }, @@ -40,7 +38,6 @@ "3.10", "3.11", "3.12", - "3.13", "3.9", "3.10" ] @@ -56,7 +53,6 @@ "3.10", "3.11", "3.12", - "3.13", "3.9" ] },