mv audiotools requirement to setup.py

pull/3999/head
zxcd 7 months ago
parent 48583b453a
commit 81e485cc82

@ -1,5 +0,0 @@
ffmpeg-python
ffmpy
flatten_dict
pyloudnorm
rich

@ -123,6 +123,11 @@ base = [
"scikit-learn",
"pathos",
"kaldiio",
"ffmpeg-python",
"ffmpy",
"flatten_dict",
"pyloudnorm",
"rich",
]
server = ["pattern_singleton", "websockets"]

@ -1,7 +1,6 @@
function main(){
set -ex
speech_ci_path=`pwd`
python -m pip install -r ../../paddlespeech/audiotools/requirements.txt
echo "Start asr"
cd ${speech_ci_path}/asr

Loading…
Cancel
Save