From 001a8ff315dc766a206b05a3e00e831e3f972b0d Mon Sep 17 00:00:00 2001 From: Alex Tawse Date: Tue, 9 Jan 2024 12:51:42 +0000 Subject: Bumping version of resampy * The previously-used version of resampy contained a bug which caused any Python script that imported resampy to slow down significantly. Change-Id: I668cdf26fa2582c131698aa5e80f95b684fc692a Signed-off-by: Alex Tawse --- scripts/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/py/requirements.txt b/scripts/py/requirements.txt index ae72310..a64bcf8 100644 --- a/scripts/py/requirements.txt +++ b/scripts/py/requirements.txt @@ -10,7 +10,7 @@ numba==0.56.4 numpy==1.23.5 Pillow==9.2.0 pycparser==2.20 -resampy==0.3.1 +resampy==0.4.2 scipy==1.10.1 six==1.16.0 SoundFile==0.10.3.post1 -- cgit v1.2.1