Skip to content

Commit a61ef0f

Browse files
authored
Update requirements-test.txt
1 parent 8682549 commit a61ef0f

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

requirements-test.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
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
214
audio-separator[gpu]==0.30.1
315
yt_dlp
4-
wheel; sys_platform == 'darwin'
5-
PyYAML; sys_platform == 'darwin'
616
wget
717
ffmpeg-python>=0.2.0
818
faiss-cpu==1.7.3
919
soundfile==0.12.1
1020
noisereduce
1121
pedalboard
1222
stftpitchshift
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'
1623
torch==2.3.1
1724
torchaudio==2.3.1
1825
torchvision==0.18.1

0 commit comments

Comments
 (0)