Yoni232 commited on
Commit
80e5ec8
·
1 Parent(s): 2dbc854

added requirement.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ scipy>=1.1.0
2
+ SoundFile>=0.10.2
3
+ sacred==0.7.4
4
+ librosa>=0.6.2
5
+ numpy>=1.15.0
6
+ tqdm>=4.28.1
7
+ mir-eval==0.7
8
+ # git+https://github.com/craffel/mir_eval.git
9
+ mido>=1.2.9
10
+ Pillow>=6.2.0
11
+ dtw-python==1.3.0
12
+ einops==0.6.1
13
+ torch==2.0.1
14
+ PyYAML==6.0
15
+ wandb>=0.15.0
16
+ huggingface_hub>=0.20.0
17
+ gradio>=4.0.0