Update requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
@@ -3,3 +3,14 @@ python-dotenv
|
|
3 |
torch
|
4 |
pytube
|
5 |
yt-dlp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
torch
|
4 |
pytube
|
5 |
yt-dlp
|
6 |
+
mirdata
|
7 |
+
mido
|
8 |
+
git+https://github.com/craffel/mir_eval.git
|
9 |
+
git+https://github.com/katsura-jp/pytorch-cosine-annealing-with-warmup.git
|
10 |
+
lightning>=2.2.1
|
11 |
+
pytest
|
12 |
+
deprecated
|
13 |
+
librosa
|
14 |
+
einops
|
15 |
+
transformers
|
16 |
+
wandb
|