Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
git+https://github.com/facebookresearch/demucs#egg=demucs
|
2 |
-
llvmlite
|
3 |
aubio==0.4.9
|
4 |
classy_vision==0.6.0
|
5 |
config==0.5.1
|
@@ -10,16 +9,14 @@ numpy==1.23.0
|
|
10 |
psutil==5.7.2
|
11 |
pyloudnorm==0.1.0
|
12 |
git+https://github.com/csteinmetz1/pymixconsole
|
13 |
-
pypesq==1.2.4
|
14 |
pytorch_lightning==1.3.2
|
15 |
-
PyYAML==5.3.1
|
16 |
scikit_learn==1.1.3
|
17 |
-
scipy
|
18 |
-
SoundFile
|
19 |
-
sox
|
20 |
soxbindings==1.2.3
|
21 |
-
torch
|
22 |
-
torchaudio
|
23 |
-
torchvision
|
24 |
-
torchmetrics
|
25 |
-
torchtext
|
|
|
1 |
git+https://github.com/facebookresearch/demucs#egg=demucs
|
|
|
2 |
aubio==0.4.9
|
3 |
classy_vision==0.6.0
|
4 |
config==0.5.1
|
|
|
9 |
psutil==5.7.2
|
10 |
pyloudnorm==0.1.0
|
11 |
git+https://github.com/csteinmetz1/pymixconsole
|
|
|
12 |
pytorch_lightning==1.3.2
|
13 |
+
PyYAML==5.3.1
|
14 |
scikit_learn==1.1.3
|
15 |
+
scipy==1.6
|
16 |
+
SoundFile==0.10.3.post1
|
|
|
17 |
soxbindings==1.2.3
|
18 |
+
torch==1.9.0
|
19 |
+
torchaudio==0.9.0
|
20 |
+
torchvision==0.10.0
|
21 |
+
torchmetrics==0.6.0
|
22 |
+
torchtext==0.10.0
|