- Unbounded pyannote>=3.1 pulled 4.x / torch>=2.8 / opentelemetry graph - Tighten huggingface_hub and lightning range; document CPU torch two-step Made-with: Cursor
18 lines
582 B
Plaintext
18 lines
582 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
|
|
# 화자 분리: 버전을 고정하지 않으면 pyannote 4.x + torch>=2.8 + opentelemetry 등으로
|
|
# 의존 그래프가 커져 pip가 «resolution-too-deep» 으로 실패하는 경우가 많습니다.
|
|
huggingface_hub>=0.26.0,<0.29.0
|
|
torch==2.5.1
|
|
torchaudio==2.5.1
|
|
lightning>=2.4.0,<2.5.0
|
|
pyannote.audio==3.3.2
|