From fed950a9a31d2116dd254e7426fa0ae4300860a1 Mon Sep 17 00:00:00 2001 From: chenfeiyu Date: Tue, 18 Feb 2020 02:29:54 +0000 Subject: [PATCH] update paddle version requirement to 1.7, remove requirements.txt --- README.md | 6 ++++++ requirements.txt | 14 -------------- 2 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 requirements.txt diff --git a/README.md b/README.md index 8ba02b7..80c8dfa 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-spee ## Installation +### Install Paddlepaddle + +See [install](https://www.paddlepaddle.org.cn/install/quick) for more details. This repo requires paddlepaddle's version is above 1.7. + +### Install Parakeet + ```bash # git clone this repo first cd Parakeet diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 50a1da6..0000000 --- a/requirements.txt +++ /dev/null @@ -1,14 +0,0 @@ -numba==0.45.1 -numpy==1.16.4 -nltk==3.4.4 -scipy -unidecode==1.1.1 -inflect==2.1.0 -librosa==0.7.0 -tqdm==4.35.0 -tensorboardX==1.8 -matplotlib -requests==2.22.0 -lws==1.2.4 -nnmnkwii -tensorboard