commit 5fa1e35bfed8c42003da29ec3395cbe4ef8e7e7c parent f06e259fbb6bf8156a689746d40a86430fc96547 Author: Steven Atkinson <[email protected]> Date: Fri, 2 Dec 2022 22:44:30 -0800 Update setup.py Fix dependency issue Diffstat:
M | setup.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py @@ -18,7 +18,7 @@ requirements = [ "sounddevice", "torch", "tqdm", - "wavio", + "wavio<=0.0.4", # Breaking change in 0.0.5 ] setup(