From 04b7049811d5c032121eb05d97470a22dfa5331d Mon Sep 17 00:00:00 2001 From: mrq Date: Thu, 4 May 2023 01:54:41 +0000 Subject: [PATCH] freeze numpy to 1.23.5 because latest version will moan about deprecating complex --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c96ba68..c813793 100755 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ librosa==0.8.1 torchaudio threadpoolctl appdirs -numpy +numpy==1.23.5 numba \ No newline at end of file