####################### # Core Torch stack # ####################### torch==2.1.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cpu numpy==1.23.5 ####################### # Audiocraft helpers # ####################### soundfile==0.12.1 # PySoundFile (libsndfile is in HF base image) av==10.0.0 # PyAV (FFmpeg is in HF base image) ####################### # Utilities & UI # ####################### pydub==0.25.1 psutil==5.9.8 gradio==4.44.1 # ZeroGPU requires Gradio ≥4 ####################### # HF / Transformers # ####################### transformers==4.38.2 huggingface_hub>=0.19,<1.0