summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tawse <alex.tawse@arm.com>2024-01-09 12:51:42 +0000
committerAlex Tawse <alex.tawse@arm.com>2024-01-09 12:54:09 +0000
commit001a8ff315dc766a206b05a3e00e831e3f972b0d (patch)
tree9480effc8d4e80c1fb51b146c42ceb1e03a91efc
parentc56eeda97fe3a52dcaf76469d53460c340b3ae3f (diff)
downloadml-embedded-evaluation-kit-001a8ff315dc766a206b05a3e00e831e3f972b0d.tar.gz
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 <alex.tawse@arm.com>
-rw-r--r--scripts/py/requirements.txt2
1 files changed, 1 insertions, 1 deletions
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