# Pull CUDA 12.1 wheels for Torch --extra-index-url https://download.pytorch.org/whl/cu121 ######## Core DL stack (Torch must match torchaudio) torch==2.5.1+cu121 torchaudio==2.5.1+cu121 # Provide NVIDIA runtime libs expected by recent Torch wheels nvidia-cudnn-cu12==9.1.0.70 nvidia-cublas-cu12>=12.1.3 ######## ASR stacks # Newer WhisperX works with newer faster-whisper and requires CT2>=4.5 whisperx==3.7.0 faster-whisper==1.2.0 ctranslate2==4.5.0 ######## Transformers & validation transformers==4.48.0 pydantic==2.10.6 ######## Diarization (optional) pyannote.audio>=3.3.1 ######## App + utils gradio==5.0.1 spaces>=0.19.0 pandas>=1.5.0 numpy>=1.24.0 librosa>=0.10.0 soundfile>=0.12.0 ffmpeg-python>=0.2.0 requests>=2.28.0 webrtcvad>=2.0.10 boto3