Merge pull request #1783 from easydiffusion/beta

Pin setuptools to 0.59
This commit is contained in:
cmdr2 2024-05-27 10:45:49 +05:30 committed by GitHub
commit 7dc01370ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",