gnosticdev commited on
Commit
36eff65
·
verified ·
1 Parent(s): 446910a

Update requirements.txt

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