From 8b0c5ff7f218ff63f3414fdec8932978cf5d6286 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 10 Aug 2023 16:14:06 -0300 Subject: [PATCH] Updated sounddevice version to 0.4.6 and added soundfile version 0.12.1 to requirements. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ebd0a6cdb..0eedb5cf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,5 +31,5 @@ diskcache==5.6.1 numpy==1.24.3 scipy==1.10.1 jsonschema==4.17.3 -sounddevice -keyboard +sounddevice==0.4.6 +soundfile==0.12.1