We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ef0f commit 840282eCopy full SHA for 840282e
requirements-test.txt
@@ -1,16 +1,11 @@
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
+numba==0.57.0
+numpy==1.23.5
+ml_collections
+tqdm
14
audio-separator[gpu]==0.30.1
15
yt_dlp
16
wget
0 commit comments