fix: allow NumPy 2 for pyannote audio

This commit is contained in:
nightcityblade
2026-07-15 11:13:12 +08:00
parent c0f101f0d1
commit 26845cabe9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ scipy
av
jiwer
evaluate
numpy<2
numpy>=1.26.4,<2.5
openai-whisper==20250625
tokenizers==0.20.3
transformers[torch]
@@ -25,4 +25,4 @@ optimum-intel
fastapi
uvicorn
python-multipart
python-multipart
+1 -1
View File
@@ -61,7 +61,7 @@ setup(
"soundfile",
"tokenizers==0.20.3",
"librosa",
"numpy==1.26.4",
"numpy>=1.26.4,<2.5",
"openvino",
"openvino-genai",
"openvino-tokenizers",