Exclude broken dependency version with accelerate

This commit is contained in:
SWivid
2025-05-16 17:48:41 +08:00
parent 3e2a07da1d
commit 695c735737

View File

@@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"accelerate>=0.33.0",
"accelerate>=0.33.0,!=1.7.0",
"bitsandbytes>0.37.0; platform_machine != 'arm64' and platform_system != 'Darwin'",
"cached_path",
"click",