From 695d95c467f6a88c728da8e19756248288c60b51 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Tue, 3 Jan 2023 19:38:51 -0600 Subject: [PATCH] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19e2c8c..0e8ff95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,6 +35,7 @@ torch==1.13.1 tqdm urllib3==1.26.12 wget==3.2 -PySoundFile==0.9.0.post1 +PySoundFile==0.9.0.post1; sys_platform != 'windows' +SoundFile==0.9.0; sys_platform == 'windows' samplerate==0.1.0 screeninfo==0.8.1