From c3e0e720ba53912147b02585668182688bb46c3c Mon Sep 17 00:00:00 2001 From: scott Date: Thu, 2 Apr 2026 22:01:03 -0400 Subject: [PATCH] Relax wyoming-faster-whisper version to >=3.1.0 (3.1.1 not on PyPI yet) Co-Authored-By: Claude Sonnet 4.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8f00e1..fc1ca26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && pip install --no-cache-dir /wheels/*.whl \ && pip install --no-cache-dir \ "faster-whisper>=1.2.1,<2" \ - "wyoming-faster-whisper>=3.1.1" + "wyoming-faster-whisper>=3.1.0" RUN mkdir /data VOLUME /data