From 09576866b3c0f4c409d4b1c1992443b764ce43dc Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Mon, 12 Feb 2024 13:46:48 +0100 Subject: [PATCH] changed numpy version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 74def0e..7ee1553 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ torch~=2.2.0 openai-whisper==20231117 -numpy~=1.23.5 +numpy>=1.26.4 pyannote.audio~=3.1.1 pyannote.core~=5.0.0 pyannote.database~=5.0.1