Skip to content

Commit 45f439a

Browse files
authored
mv audiotools requirement to setup.py (#3999)
1 parent 48583b4 commit 45f439a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

paddlespeech/audiotools/requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ def determine_matplotlib_version():
123123
"scikit-learn",
124124
"pathos",
125125
"kaldiio",
126+
"ffmpeg-python",
127+
"ffmpy",
128+
"flatten_dict",
129+
"pyloudnorm",
130+
"rich",
126131
]
127132

128133
server = ["pattern_singleton", "websockets"]

tests/unit/ci.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
function main(){
22
set -ex
33
speech_ci_path=`pwd`
4-
python -m pip install -r ../../paddlespeech/audiotools/requirements.txt
54

65
echo "Start asr"
76
cd ${speech_ci_path}/asr

0 commit comments

Comments
 (0)