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