From fb749dbe24a67958d15cdd385c013749e226e62c Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 27 May 2024 10:37:09 +0530 Subject: [PATCH] Potential hotfix for #1781 - pin setuptools to a specific version, until clip is upgraded --- scripts/check_modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 480d4e62..d90026b4 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -21,6 +21,7 @@ os_name = platform.system() modules_to_check = { "torch": ("1.11.0", "1.13.1", "2.0.0", "2.0.1"), "torchvision": ("0.12.0", "0.14.1", "0.15.1", "0.15.2"), + "setuptools": "69.5.1", "sdkit": "2.0.15", "stable-diffusion-sdkit": "2.1.5", "rich": "12.6.0",