Skip to content

Commit 840282e

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

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

requirements-test.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
# Darwin-specific dependencies
21
pip>=23.3; sys_platform=='darwin'
32
wheel; sys_platform=='darwin'
43
PyYAML; sys_platform=='darwin'
54
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
5+
numba==0.57.0
6+
numpy==1.23.5
7+
ml_collections
8+
tqdm
149
audio-separator[gpu]==0.30.1
1510
yt_dlp
1611
wget

0 commit comments

Comments
 (0)