* fix modelscope version problem * Update pyproject.toml --------- Co-authored-by: Leng Yue <lengyue@lengyue.me>
@@ -38,8 +38,8 @@ dependencies = [
"zstandard>=0.22.0",
"pydub",
"faster_whisper",
- "modelscope=1.16.1",
- "funasr=1.1.2"
+ "modelscope==1.16.1",
+ "funasr==1.1.2"
]
[project.optional-dependencies]