modified: Added a feature to prevent numpy from being forcibly downgraded to below 2 via pip_overrides.json.

https://github.com/Comfy-Org/ComfyUI-Manager/issues/1665#issuecomment-2862099191
This commit is contained in:
Dr.Lt.Data
2025-05-13 03:04:27 +09:00
parent 6e12358f5a
commit 683a172ad8
3 changed files with 9 additions and 7 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.32.1"
version = "3.32.2"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]