CCockrum commited on
Commit
3b5d264
·
verified ·
1 Parent(s): 238d4f8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -4
requirements.txt CHANGED
@@ -1,5 +1,14 @@
 
 
 
 
 
 
 
 
1
  soundfile
2
- librosa
3
- torch==2.2.0
4
- pedalboard
5
- yt-dlp
 
 
1
+ # requirements.txt
2
+ # Required packages for audio separation Hugging Face Space
3
+
4
+ torch>=2.0.0
5
+ onnxruntime-gpu>=1.17.0
6
+ librosa>=0.10.0
7
+ numpy>=1.23.0
8
+ tqdm
9
  soundfile
10
+ pedalboard>=0.7.6
11
+ yt-dlp
12
+ gradio>=4.0.0
13
+ ffmpeg-python
14
+ scipy