限制ffmpeg版本,最新版不兼容

This commit is contained in:
黑喵小姐 2025-09-10 08:30:37 +08:00 committed by GitHub
parent fdf794e31d
commit eb15a9a3a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ librosa==0.10.2
numba
pytorch-lightning>=2.4
gradio<5
ffmpeg-python
ffmpeg-python==0.1.18
onnxruntime; platform_machine == "aarch64" or platform_machine == "arm64"
onnxruntime-gpu; platform_machine == "x86_64" or platform_machine == "AMD64"
tqdm