Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
h5py
|
3 |
-
librosa
|
4 |
-
numpy
|
5 |
-
numba
|
6 |
-
musdb
|
7 |
-
pytorch_lightning
|
8 |
-
torchlibrosa
|
9 |
-
matplotlib
|
10 |
-
museval
|
|
|
1 |
+
torch
|
2 |
+
h5py
|
3 |
+
librosa
|
4 |
+
numpy
|
5 |
+
numba
|
6 |
+
musdb
|
7 |
+
pytorch_lightning
|
8 |
+
torchlibrosa
|
9 |
+
matplotlib
|
10 |
+
museval
|