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

@@ -43,7 +43,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 33, 2]
version_code = [3, 33, 3]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')