From 5337aa1a6ec9b9df38ab13184ee69e388b64c43f Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 28 Jan 2025 09:51:18 +0530 Subject: [PATCH] Temporarily remove torch 2.5 from the list, since it doesn't work with Python 3.8. More on this in future commits --- scripts/check_modules.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 64a199e5..da67b475 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -36,8 +36,8 @@ modules_to_check = { "2.3.1", "2.4.0", "2.4.1", - "2.5.0", - "2.5.1", + # "2.5.0", + # "2.5.1", ), "torchvision": ( "0.11.2", @@ -56,8 +56,8 @@ modules_to_check = { "0.18.1", "0.19.0", "0.19.1", - "0.20.0", - "0.20.1", + # "0.20.0", + # "0.20.1", ), "setuptools": "69.5.1", # "sdkit": "2.0.15.6", # checked later