Skip to content

Commit

Permalink
Resolve license conflict in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fannovel16 committed Aug 31, 2024
1 parent 0476252 commit df91818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name = "comfyui_controlnet_aux"
description = "Plug-and-play ComfyUI node sets for making ControlNet hint images"

version = "1.0.4-alpha.7"
license = { file = "LICENSE.txt" }
version = "1.0.4-alpha.8"
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 df91818

Please sign in to comment.