From 22575de92468f53ea75177feeba3c6b73b4a88a1 Mon Sep 17 00:00:00 2001 From: doctorpangloss <2229300+doctorpangloss@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:34:22 -0700 Subject: [PATCH] Omit stringzilla 4.2.0 because it has broken manylinux wheels --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 97413bf8b..b1a419255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,6 +109,8 @@ dependencies = [ "SQLAlchemy", "gguf", "trimesh", + # doesn't support linux correctly yet + "stringzilla<4.2.0", ] [build-system]