modified: By default, do not forcefully downgrade numpy to below version 2. I believe enough of a grace period has now been given.

https://github.com/Comfy-Org/ComfyUI-Manager/issues/1981#issuecomment-3058772842
This commit is contained in:
Dr.Lt.Data
2025-07-12 06:07:10 +09:00
parent 2c976d9394
commit 785268efa6
5 changed files with 6 additions and 36 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.8"
version = "3.34"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]