From 3537c29f93f24a790dd606c8a1f47d02225e37fe Mon Sep 17 00:00:00 2001 From: Adam Gardner <26523841+agardnerIT@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:06:42 +1000 Subject: [PATCH] Pin numpy to 1.26.4 whisper is not compatible with numpy 2.x so pin to highest 1.x version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62f5f9d..a2f435a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numba -numpy +numpy==1.26.4 torch tqdm more-itertools