fix(deps): cap pyannote-metrics<4 for numpy<2.2 compatibility

pyannote-metrics 4.x requires numpy>=2.2.2; conflicts with numpy<2.2 for older CPUs

Made-with: Cursor
This commit is contained in:
dosangyoon
2026-03-23 16:11:29 +09:00
parent 49c2e4a5a7
commit 1c7e09ffcf
2 changed files with 5 additions and 0 deletions

View File

@@ -14,4 +14,6 @@ torch==2.5.1
torchaudio==2.5.1
lightning==2.4.0
huggingface_hub>=0.26.0,<0.36.0
# pyannote-metrics 4.x 는 numpy>=2.2.2 를 요구합니다. 베이스 requirements.txt 의 numpy<2.2(구형 CPU·X86_V2 회피)와 맞추려면 3.x 로 캡합니다.
pyannote-metrics>=3.2,<4
pyannote.audio==3.3.2