From 7bb4b2a10bca329e54338da0d6ba5173c3824d62 Mon Sep 17 00:00:00 2001 From: Jonathan Dumke Date: Thu, 18 Sep 2025 12:35:27 +0200 Subject: [PATCH] allowing setuptools >= 69.5.1 Change is recommended to build customs pytorches within the developers_console of ED. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44b091c..2775b9a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( install_requires=[ - "setuptools==69.5.1", + "setuptools>=69.5.1", "stable-diffusion-sdkit==2.1.5", # wrapper around stable-diffusion, to allow pip install "gfpgan", "piexif",