From 79a705c9693e0982907c7c3d190497fff4bcd306 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Fri, 16 Jan 2026 10:38:07 +0100 Subject: [PATCH] fixes #323 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b2f5b43..9a7975f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ packages = [ "whisperlivekit", "whisperlivekit.diarization", "whisperlivekit.simul_whisper", + "whisperlivekit.simul_whisper.mlx", "whisperlivekit.whisper", "whisperlivekit.whisper.assets", "whisperlivekit.whisper.normalizers",