Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
git+https://github.com/facebookresearch/demucs#egg=demucs
|
2 |
-
numba==0.
|
3 |
soxbindings==1.2.3
|
4 |
aubio==0.4.9
|
5 |
-
classy_vision==0.
|
6 |
config==0.5.1
|
7 |
-
librosa==0.
|
8 |
-
matplotlib==3.
|
9 |
-
psutil==
|
10 |
-
pyloudnorm==0.1.
|
11 |
git+https://github.com/csteinmetz1/pymixconsole
|
12 |
-
pytorch_lightning==
|
13 |
-
PyYAML==
|
14 |
scikit-learn==1.1.3
|
15 |
soundfile==0.12.1
|
16 |
pytube
|
|
|
1 |
git+https://github.com/facebookresearch/demucs#egg=demucs
|
2 |
+
numba==0.58.1
|
3 |
soxbindings==1.2.3
|
4 |
aubio==0.4.9
|
5 |
+
classy_vision==0.7.0
|
6 |
config==0.5.1
|
7 |
+
librosa==0.10.2.post1
|
8 |
+
matplotlib==3.8.4
|
9 |
+
psutil==6.0.0
|
10 |
+
pyloudnorm==0.1.1
|
11 |
git+https://github.com/csteinmetz1/pymixconsole
|
12 |
+
pytorch_lightning==2.3.3
|
13 |
+
PyYAML==6.0.1
|
14 |
scikit-learn==1.1.3
|
15 |
soundfile==0.12.1
|
16 |
pytube
|