Update requirements.txt
Browse files- requirements.txt +18 -17
requirements.txt
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
-
aubio
|
2 |
-
|
3 |
-
config
|
4 |
-
librosa
|
5 |
-
matplotlib
|
6 |
-
numba
|
7 |
-
numpy
|
8 |
-
psutil
|
9 |
-
pyloudnorm
|
10 |
git+https://github.com/csteinmetz1/pymixconsole
|
11 |
-
|
|
|
12 |
PyYAML
|
13 |
-
scikit_learn
|
14 |
scipy
|
15 |
SoundFile
|
16 |
-
soxbindings
|
17 |
-
torch
|
18 |
-
torchaudio
|
19 |
-
torchvision
|
20 |
-
torchmetrics
|
21 |
torchtext==0.10.0
|
22 |
-
demucs
|
|
|
1 |
+
aubio==0.4.9
|
2 |
+
classy_vision==0.6.0
|
3 |
+
config==0.5.1
|
4 |
+
librosa==0.9.2
|
5 |
+
matplotlib==3.3.3
|
6 |
+
numba==0.48.0
|
7 |
+
numpy==1.23.0
|
8 |
+
psutil==5.7.2
|
9 |
+
pyloudnorm==0.1.0
|
10 |
git+https://github.com/csteinmetz1/pymixconsole
|
11 |
+
pypesq==1.2.4
|
12 |
+
pytorch_lightning==1.3.2
|
13 |
PyYAML
|
14 |
+
scikit_learn==1.1.3
|
15 |
scipy
|
16 |
SoundFile
|
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
|
23 |
+
demucs
|