SaltProphet commited on
Commit
8f16b63
·
verified ·
1 Parent(s): 5973bef

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
  demucs
2
  pydub
3
  librosa
4
- moviepy
5
  gradio
6
- numpy
7
  scipy
8
  soundfile
9
  imageio-ffmpeg
10
- torch
 
 
1
  demucs
2
  pydub
3
  librosa
4
+ moviepy==1.0.3
5
  gradio
6
+ numpy<2
7
  scipy
8
  soundfile
9
  imageio-ffmpeg
10
+ torch
11
+ decorator==4.4.2