diff --git a/pyproject.toml b/pyproject.toml index f5c17d8..51e4086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sd-mecha" -version = "0.0.18" +version = "0.0.19" description = "State dict recipe merger" readme = "README.md" authors = [{ name = "ljleb" }] @@ -16,10 +16,12 @@ classifiers = [ dependencies = [ "click", "numpy", + "safetensors", "tqdm", "scipy", "fuzzywuzzy", "python-Levenshtein", + "PyYAML", ] [tool.setuptools]