From 4529479091c256ff9340c39b40207206a584e54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90?= <54951765+kslz@users.noreply.github.com> Date: Thu, 10 Feb 2022 20:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9Alibrosa=E7=89=88=E6=9C=AC=20(?= =?UTF-8?q?#378)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 支持data_aishell(SLR33)数据集 * 更新readme * 指定librosa版本 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9010c30..02a3c5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ umap-learn visdom -librosa>=0.8.0 +librosa==0.8.1 matplotlib>=3.3.0 numpy==1.19.3; platform_system == "Windows" numpy==1.19.4; platform_system != "Windows"