diff --git a/scripts/check_modules.py b/scripts/check_modules.py index da67b475..2905f865 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -169,10 +169,10 @@ def update_modules(): # if sdkit is 2.0.15.x (or lower), then diffusers should be restricted to 0.21.4 (see below for the reason) # otherwise use the current sdkit version (with the corresponding diffusers version) - expected_sdkit_version_str = "2.0.20.4" + expected_sdkit_version_str = "2.0.22" expected_diffusers_version_str = "0.28.2" - legacy_sdkit_version_str = "2.0.15.7" + legacy_sdkit_version_str = "2.0.15.8" legacy_diffusers_version_str = "0.21.4" sdkit_version_str = version("sdkit")