Merge pull request #524 from nightcityblade/fix/issue-521

fix: allow NumPy 2 for pyannote audio
This commit is contained in:
Vineet Suryan
2026-07-15 09:53:12 +02:00
committed by GitHub
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",