SaltProphet commited on
Commit
f39942b
·
verified ·
1 Parent(s): 3e38caf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -9
requirements.txt CHANGED
@@ -1,11 +1,16 @@
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
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+
3
+ gradio==4.44.0
4
+ demucs==4.0.1
5
+
6
+ # PyTorch CPU (match versions)
7
+ torch==2.2.2+cpu
8
+ torchaudio==2.2.2+cpu
9
+
10
+ # Audio stack (pin around known compatibility)
11
+ librosa==0.10.1
12
+ numba>=0.58,<0.60
13
+ numpy<2.0
14
  soundfile>=0.12.1
 
 
 
 
 
 
15
  tqdm>=4.66.0
16
+ matplotlib>=3.8.0