We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d635a7 + 4cb006e commit 276c2a6Copy full SHA for 276c2a6
postBuild
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
-pip install aicrowd_api coloredlogs numpy loguru boto3 openunmix musdb SoundFile scipy norbert demucs
+pip install aicrowd_api coloredlogs numpy loguru boto3 openunmix musdb SoundFile scipy norbert
3
pip install asteroid>=0.5.0
4
-python download_demucs.py
+pip install demucs==2.0.3
5
+python download_demucs.py
requirements.txt
@@ -9,4 +9,4 @@ SoundFile
9
scipy
10
norbert
11
asteroid>=0.5.0
12
-demucs
+demucs==2.0.3
0 commit comments