From 1738c152e5d27c63a8945df1b073d8035e14486b Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Thu, 3 Oct 2024 07:15:06 -0400 Subject: [PATCH] fix(deps): relax the pydub requirement to allow the latest (#244) --- requirements.min.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.min.txt b/requirements.min.txt index f720ba43..5373edee 100644 --- a/requirements.min.txt +++ b/requirements.min.txt @@ -7,7 +7,7 @@ g2p>=1.1.20230822, <3 lxml==4.9.4 numpy>=1.20.2 pydantic>=1.8.2,<3 -pydub==0.23.1 +pydub>=0.23.1 pympi-ling>=1.69,<2.0 python-slugify==5.0.0 requests>=2.31.0