Skip to content

Commit

Permalink
Merge pull request #426 from ComfyNodePRs/licence-update
Browse files Browse the repository at this point in the history
Update PyProject Toml - License
  • Loading branch information
Fannovel16 authored Aug 28, 2024
2 parents 07cad1c + 648a5d7 commit 6c563c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "comfyui_controlnet_aux"
description = "Plug-and-play ComfyUI node sets for making ControlNet hint images"
version = "1.0.4-alpha.5"
license = "LICENSE"
version = "1.0.4-alpha.6"
license = { file = "LICENSE.txt" }
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]
Expand Down

0 comments on commit 6c563c5

Please sign in to comment.