Skip to content

Commit 836e8a8

Browse files
committed
fix(runtime): upgrade nest_asyncio to v1.5.9
erdewit/nest_asyncio#87
1 parent d06b106 commit 836e8a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Update:
5555
```sh
5656
cd ComfyUI/custom_nodes/ComfyScript
5757
git pull
58+
python -m pip install -r requirements.txt
5859
```
5960

6061
## Transpiler

script/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Already required by ComfyUI
22
aiohttp
33

4-
nest_asyncio ~= 1.0
4+
# 1.5.9: https://github.com/erdewit/nest_asyncio/issues/87
5+
nest_asyncio ~= 1.0, >= 1.5.9

0 commit comments

Comments
 (0)