- 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
12 lines
167 B
YAML
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
|
|
|