Skip to content

Commit a7d82ba

Browse files
authored
Fix SQLAlchemy version format in requirements.txt (Comfy-Org#13547)
Change SQLAlchemy>=2.0 to SQLAlchemy>=2.0.0 to satisfy the X.Y.Z version format expected by install_util.is_valid_version().
1 parent d10fc2d commit a7d82ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ scipy
1919
tqdm
2020
psutil
2121
alembic
22-
SQLAlchemy>=2.0
22+
SQLAlchemy>=2.0.0
2323
filelock
2424
av>=14.2.0
2525
comfy-kitchen>=0.2.8

0 commit comments

Comments
 (0)