mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-27 22:40:22 +08:00
chore: pin aiofiles and huggingface-hub to compatible versions
This commit is contained in:
parent
2416aa2fc9
commit
467ea3f2c3
@ -3,7 +3,20 @@ 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.39.2"
|
||||
license = { file = "LICENSE.txt" }
|
||||
dependencies = ["GitPython", "PyGithub", "matrix-nio", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]
|
||||
dependencies = [
|
||||
"GitPython",
|
||||
"PyGithub",
|
||||
"matrix-nio",
|
||||
"transformers",
|
||||
"aiofiles==24.1.0",
|
||||
"huggingface-hub==0.36.0",
|
||||
"typer",
|
||||
"rich",
|
||||
"typing-extensions",
|
||||
"toml",
|
||||
"uv",
|
||||
"chardet",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Repository = "https://github.com/ltdrdata/ComfyUI-Manager"
|
||||
|
||||
@ -2,7 +2,8 @@ GitPython
|
||||
PyGithub
|
||||
matrix-nio
|
||||
transformers
|
||||
huggingface-hub
|
||||
aiofiles==24.1.0
|
||||
huggingface-hub==0.36.0
|
||||
typer
|
||||
rich
|
||||
typing-extensions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user