From f7d19c2c79e8b910fa2d343b468af938abff3f9a Mon Sep 17 00:00:00 2001 From: Paul Best <paul.best@lis-lab.fr> Date: Mon, 6 Feb 2023 17:45:15 +0100 Subject: [PATCH] update requirements --- new_specie/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_specie/requirements.txt b/new_specie/requirements.txt index e81bbfd..5a98964 100755 --- a/new_specie/requirements.txt +++ b/new_specie/requirements.txt @@ -2,8 +2,8 @@ hdbscan==0.8.28 matplotlib==3.5.1 numpy==1.22.3 pandas==1.4.1 -PySoundFile==0.9.0.post1 scipy==1.8.0 +sounddevice==0.4.5 soundfile==0.11.0 torch==1.11.0+cu113 torchvision==0.12.0+cu113 -- GitLab