From d170f1ab6ad740369e5508788ab267a6639fc851 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 9 Dec 2024 11:53:27 +0100 Subject: [PATCH] Update `torchvision` compatibility table (#18117) Signed-off-by: Glenn Jocher Co-authored-by: Paula Derrenger <107626595+pderrenger@users.noreply.github.com> --- ultralytics/utils/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ultralytics/utils/checks.py b/ultralytics/utils/checks.py index fe858eb0..cecaa320 100644 --- a/ultralytics/utils/checks.py +++ b/ultralytics/utils/checks.py @@ -434,6 +434,7 @@ def check_torchvision(): """ # Compatibility table compatibility_table = { + "2.5": ["0.20"], "2.4": ["0.19"], "2.3": ["0.18"], "2.2": ["0.17"],