From 21ff1096325827c6d00c3727ffdce83d9a66aa82 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 27 May 2024 10:45:19 +0530 Subject: [PATCH] Pin setuptools to 0.59 --- scripts/check_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index d90026b4..b4b11afd 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -21,7 +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", + "setuptools": "59.8.0", "sdkit": "2.0.15", "stable-diffusion-sdkit": "2.1.5", "rich": "12.6.0",