forked from extern/easydiffusion
Update check_modules.py
This commit is contained in:
parent
2bc66cc640
commit
dfdd2b32e0
@ -62,7 +62,7 @@ def install(module_name: str, module_version: str):
|
|||||||
|
|
||||||
# hack for safetensors, until v3 gets released to the main branch
|
# hack for safetensors, until v3 gets released to the main branch
|
||||||
if module_name == "sdkit":
|
if module_name == "sdkit":
|
||||||
install_cmd += " safetensors==0.3.2"
|
install_cmd += " safetensors==0.3.3"
|
||||||
# /hack
|
# /hack
|
||||||
|
|
||||||
if index_url:
|
if index_url:
|
||||||
|
Loading…
Reference in New Issue
Block a user