Skip to content

Commit 6c563c5

Browse files
authored
Merge pull request #426 from ComfyNodePRs/licence-update
Update PyProject Toml - License
2 parents 07cad1c + 648a5d7 commit 6c563c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "comfyui_controlnet_aux"
33
description = "Plug-and-play ComfyUI node sets for making ControlNet hint images"
4-
version = "1.0.4-alpha.5"
5-
license = "LICENSE"
4+
version = "1.0.4-alpha.6"
5+
license = { file = "LICENSE.txt" }
66
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"]
77

88
[project.urls]

0 commit comments

Comments
 (0)