mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
Just upgrade aiohttp
This commit is contained in:
parent
de3684953d
commit
bdb3c8f039
@ -33,8 +33,8 @@ dependencies = [
|
|||||||
"peft>=0.10.0",
|
"peft>=0.10.0",
|
||||||
"torchinfo",
|
"torchinfo",
|
||||||
"safetensors>=0.4.2",
|
"safetensors>=0.4.2",
|
||||||
"aiohttp>=3.11.8",
|
"aiohttp>=3.13.2",
|
||||||
"yarl>=1.9.4",
|
"yarl>=1.22.0",
|
||||||
"accelerate>=0.25.0",
|
"accelerate>=0.25.0",
|
||||||
"pyyaml>=6.0",
|
"pyyaml>=6.0",
|
||||||
"scikit-image>=0.20.0",
|
"scikit-image>=0.20.0",
|
||||||
@ -119,7 +119,8 @@ dependencies = [
|
|||||||
"requests_cache",
|
"requests_cache",
|
||||||
"universal_pathlib",
|
"universal_pathlib",
|
||||||
# yanked propcache is omitted
|
# yanked propcache is omitted
|
||||||
"propcache!=0.4.0",
|
# we want this upgraded
|
||||||
|
"propcache>=0.4.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user