fixed: Support configuration with use_uv enabled in environments where only uv exists without pip.

https://github.com/Comfy-Org/ComfyUI-Manager/issues/1828
This commit is contained in:
Dr.Lt.Data
2025-06-25 12:44:26 +09:00
parent 2049dd75f4
commit a0aee41f1a
4 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "3.33.2"
version = "3.33.3"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]