gnosticdev commited on
Commit
69daad8
·
verified ·
1 Parent(s): b05e9c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- gradio
2
- moviepy
3
- librosa
4
- matplotlib
5
- numpy
 
 
 
1
+ gradio==3.41.0 # A known stable version
2
+ moviepy==1.0.3 # Latest MoviePy
3
+ librosa==0.10.1
4
+ matplotlib==3.7.2
5
+ numpy==1.25.2
6
+ imageio==2.31.1
7
+ imageio-ffmpeg==0.4.8