SaltProphet commited on
Commit
0199938
·
verified ·
1 Parent(s): 1e72884

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -5
requirements.txt CHANGED
@@ -1,5 +1,11 @@
1
- gradio==4.31.5
2
- demucs>=4.0.0
3
- librosa
4
- soundfile
5
- matplotlib
 
 
 
 
 
 
 
1
+ gradio>=4.44.0
2
+ demucs>=4.0.1
3
+ librosa>=0.10.1
4
+ soundfile>=0.12.1
5
+ numpy>=1.24.0
6
+ matplotlib>=3.8.0
7
+ # Demucs / librosa deps
8
+ torch>=2.2.0
9
+ torchaudio>=2.2.0
10
+ numba>=0.58.0
11
+ tqdm>=4.66.0