# PyTorch — CUDA 12.1 build for NVIDIA GPUs (RTX 3060 / Ampere and newer) # The primary index is the PyTorch CUDA wheel repo so pip picks the GPU build # automatically. PyPI is added as a fallback for all other packages. --index-url https://download.pytorch.org/whl/cu126 --extra-index-url https://pypi.org/simple/ # Core ML torch>=2.1.0 torchaudio>=2.1.0 torchvision>=0.16.0 transformers>=4.40.0 datasets>=2.18.0 accelerate>=0.27.0 peft>=0.10.0 # Audio processing librosa>=0.10.0 soundfile>=0.12.1 pydub>=0.25.1 soxr>=0.3.7 # High-quality resampler backend for librosa (soxr_hq) silero-vad>=6.0.0 # Voice Activity Detection — strips silence before Whisper # Arabic text normalization pyarabic>=0.6.3 # Evaluation evaluate>=0.4.0 jiwer>=3.0.3 # Utilities PyYAML>=6.0 numpy>=1.24.0 tqdm>=4.66.0 huggingface-hub>=0.22.0 wandb>=0.16.0 # Advanced Pipeline Dependencies pyannote.audio>=4.0.4 google-genai>=1.73.1 openai>=1.0.0 pydantic>=2.13.2 python-dotenv>=1.2.2