Omit stringzilla 4.2.0 because it has broken manylinux wheels

This commit is contained in:
doctorpangloss 2025-10-07 14:34:22 -07:00
parent f205eb704e
commit 22575de924

View File

@ -109,6 +109,8 @@ dependencies = [
"SQLAlchemy", "SQLAlchemy",
"gguf", "gguf",
"trimesh", "trimesh",
# doesn't support linux correctly yet
"stringzilla<4.2.0",
] ]
[build-system] [build-system]