FILMITO commited on
Commit
ace3e17
·
verified ·
1 Parent(s): 73e25a6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- gradio>=4.0.0
2
- pretty_midi>=0.2.10
3
- numpy>=1.21.0
4
- scipy>=1.7.0
5
- librosa>=0.9.0
6
- fluidsynth>=1.3.0
7
- torch>=1.9.0
8
- torchaudio>=0.9.0
9
- soundfile>=0.10.0
 
1
+ gradio==3.50.2
2
+ pretty_midi==0.2.11
3
+ numpy==1.24.3
4
+ scipy==1.10.1
5
+ librosa==0.10.1
6
+ pyfluidsynth==1.3.2
7
+ soundfile==0.12.1