diff --git a/pyproject.toml b/pyproject.toml index b584940..2736ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_controlnet_aux" description = "Plug-and-play ComfyUI node sets for making ControlNet hint images" -version = "1.0.4-alpha.9" +version = "1.0.5" dependencies = ["torch", "importlib_metadata", "huggingface_hub", "scipy", "opencv-python>=4.7.0.72", "filelock", "numpy", "Pillow", "einops", "torchvision", "pyyaml", "scikit-image", "python-dateutil", "mediapipe", "svglib", "fvcore", "yapf", "omegaconf", "ftfy", "addict", "yacs", "trimesh[easy]", "albumentations", "scikit-learn", "matplotlib"] [project.urls]