From 2021f0ad16d8ed7146862fae40dcee7a5b1e2435 Mon Sep 17 00:00:00 2001 From: Hugo Flores Garcia Date: Mon, 17 Jul 2023 10:58:45 -0500 Subject: [PATCH] bump audiotools version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68cac4d..9e2e5fd 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ keywords=["audio", "compression", "machine learning"], install_requires=[ "argbind>=0.3.7", - "descript-audiotools==0.7.1", + "descript-audiotools @ git+https://github.com/descriptinc/audiotools.git@0.7.2", "einops", "numpy", "torch",