File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1- pip>=23.3; sys_platform == 'darwin'
1+ # Darwin-specific dependencies
2+ pip>=23.3; sys_platform=='darwin'
3+ wheel; sys_platform=='darwin'
4+ PyYAML; sys_platform=='darwin'
5+ omegaconf>=2.0.6; sys_platform=='darwin'
6+
7+ # Linux: do not pin numba
8+ numba; sys_platform=='linux'
9+
10+ # Darwin and Windows: pin numba to 0.57.0
11+ numba==0.57.0; (sys_platform == 'darwin' or sys_platform == 'win32')
12+
13+ # Common dependencies
214audio-separator[gpu]==0.30.1
315yt_dlp
4- wheel; sys_platform == 'darwin'
5- PyYAML; sys_platform == 'darwin'
616wget
717ffmpeg-python>=0.2.0
818faiss-cpu==1.7.3
919soundfile==0.12.1
1020noisereduce
1121pedalboard
1222stftpitchshift
13- omegaconf>=2.0.6; sys_platform == 'darwin'
14- numba; sys_platform == 'linux'
15- numba==0.57.0; sys_platform == 'darwin' or sys_platform == 'win32'
1623torch==2.3.1
1724torchaudio==2.3.1
1825torchvision==0.18.1
You can’t perform that action at this time.
0 commit comments