Relax wyoming-faster-whisper version to >=3.1.0 (3.1.1 not on PyPI yet)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 22:01:03 -04:00
parent f5a19920d7
commit c3e0e720ba

View File

@@ -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