Files
stt/requirements.txt
dosangyoon 9ec998e1f1 fix(deps): pin numpy<2.2 for CPUs without x86_64_v2; docs Apache+503
- Avoid NumPy wheel baseline X86_V2 import crash on older VMs
- README: NumPy error remediation, Apache ProxyPass example, web UI note

Made-with: Cursor
2026-03-23 15:31:40 +09:00

14 lines
469 B
Plaintext

fastapi
uvicorn[standard]
python-multipart
pydantic
# NumPy 2.2+ Linux wheel은 x86_64_v2(AVX2 등) 기준인 경우가 많아, 구형 CPU 서버에서 import 시 RuntimeError가 납니다.
numpy>=1.26,<2.2
faster-whisper
imageio-ffmpeg
psycopg[binary]
python-dotenv
# 화자 분리(웹·whisper_stt 공통): torch는 pyannote 의존성으로 설치되며, Linux에서 꼬이면 README·requirements-whisper-stt.txt 참고
huggingface_hub>=0.26.0
pyannote.audio>=3.1.0