# Core dependencies — PyTorch installed separately by setup.sh (with CUDA if GPU detected)
# IMPORTANT: Use [asr-only] NOT [asr] — [asr] adds ~19 training-only packages
# (wandb, transformers, datasets, lightning, pandas, peft, etc.) that are NOT needed for inference.
nemo_toolkit[asr-only]
# omegaconf is NOT included in [asr-only] but is needed for NeMo diarization config
omegaconf<=2.3
