Roll back sdkit 2.0.18 (again)

This commit is contained in:
cmdr2
2024-03-19 20:06:49 +05:30
parent a5b9eefcf9
commit 17ef1e04f7
3 changed files with 2 additions and 3 deletions

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"),
"sdkit": "2.0.18",
"sdkit": "2.0.15",
"stable-diffusion-sdkit": "2.1.5",
"rich": "12.6.0",
"uvicorn": "0.19.0",