Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
git+https://github.com/facebookresearch/demucs#egg=demucs
|
2 |
-
|
|
|
|
|
3 |
classy_vision==0.6.0
|
4 |
config==0.5.1
|
5 |
-
librosa
|
6 |
matplotlib==3.3.3
|
7 |
-
numba==0.48.0
|
8 |
psutil==5.7.2
|
9 |
pyloudnorm==0.1.0
|
10 |
git+https://github.com/csteinmetz1/pymixconsole
|
@@ -13,7 +14,6 @@ PyYAML==5.3.1
|
|
13 |
scikit_learn==1.1.3
|
14 |
scipy
|
15 |
SoundFile
|
16 |
-
soxbindings==1.2.3
|
17 |
torch
|
18 |
torchaudio
|
19 |
torchvision
|
|
|
1 |
git+https://github.com/facebookresearch/demucs#egg=demucs
|
2 |
+
numba
|
3 |
+
soxbindings
|
4 |
+
aubio
|
5 |
classy_vision==0.6.0
|
6 |
config==0.5.1
|
7 |
+
librosa
|
8 |
matplotlib==3.3.3
|
|
|
9 |
psutil==5.7.2
|
10 |
pyloudnorm==0.1.0
|
11 |
git+https://github.com/csteinmetz1/pymixconsole
|
|
|
14 |
scikit_learn==1.1.3
|
15 |
scipy
|
16 |
SoundFile
|
|
|
17 |
torch
|
18 |
torchaudio
|
19 |
torchvision
|