Files
stt/environment.yml
dosangyoon 49c2e4a5a7 fix(pip): split diarize deps to avoid resolution-too-deep on Linux
- requirements.txt: drop pyannote/huggingface_hub (kept in diarize file)
- requirements-diarize.txt: pin torch 2.5.1, torchaudio, lightning 2.4.0, pyannote.audio 3.3.2
- environment.yml: install both requirement files
- README: two-step install, update options and platform table

Made-with: Cursor
2026-03-23 16:03:26 +09:00

12 lines
167 B
YAML

name: ncue
channels:
- conda-forge
dependencies:
- python>=3.10,<3.13
- pip
- ffmpeg
- pip:
- -r requirements.txt
- -r requirements-diarize.txt