mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-02 21:32:31 +08:00
Fix SQLAlchemy version format in requirements.txt
Change SQLAlchemy>=2.0 to SQLAlchemy>=2.0.0 to satisfy the X.Y.Z version format expected by install_util.is_valid_version(). Amp-Thread-ID: https://ampcode.com/threads/T-019db845-71fe-7748-a867-d1245e82f284 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
parent
c5d9edacd0
commit
355ed43bd2
@ -19,7 +19,7 @@ scipy
|
||||
tqdm
|
||||
psutil
|
||||
alembic
|
||||
SQLAlchemy>=2.0
|
||||
SQLAlchemy>=2.0.0
|
||||
filelock
|
||||
av>=14.2.0
|
||||
comfy-kitchen>=0.2.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user