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
+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",