Skip to content

Commit 1a94771

Browse files
authored
[cli] fix missing dependencies (#2696)
1 parent 548109f commit 1a94771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"torchaudio>=0.13.0",
1010
"openai-whisper",
1111
"librosa",
12+
"pyyaml",
13+
"jieba"
1214
]
1315

1416
extra_require = {

0 commit comments

Comments
 (0)