| # Use modern PyTorch 2.x and torchaudio 2.x | |
| torch>=2.0.0 | |
| torchaudio>=2.0.0 | |
| # Let pip fetch the latest pyannote.audio that works with Torch 2.x | |
| pyannote.audio | |
| # Let pip also auto-resolve pyannote.core if needed | |
| pyannote.core | |
| # Additional libraries you need | |
| speechbrain | |
| typing-extensions | |
| semver>=3.0.0 | |
| pytorch-lightning |