modified: In Python 3.13, the functionality to forcibly downgrade the numpy version below 3.13 is disabled.

- Starting from Python 3.13, prebuilt wheels for `numpy` 1.26.4 are no longer provided.

https://github.com/comfyanonymous/ComfyUI/discussions/8187
This commit is contained in:
Dr.Lt.Data
2025-05-19 05:13:40 +09:00
parent 7258a09fe5
commit 166debfabb
5 changed files with 35 additions and 19 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.2"
version = "3.32.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"]