CCockrum commited on
Commit
9215b7b
·
verified ·
1 Parent(s): 67b94b1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -6
requirements.txt CHANGED
@@ -1,10 +1,21 @@
 
1
  streamlit==1.32.0
2
- torch==2.1.0
3
- torchaudio==2.1.0
 
 
 
4
  librosa==0.10.1
 
5
  soundfile==0.12.1
6
- matplotlib==3.7.2
 
 
 
 
 
 
7
  demucs==4.0.1
8
- numpy==1.24.3
9
- pillow==10.0.0
10
- tqdm==4.66.1
 
1
+ # Core packages
2
  streamlit==1.32.0
3
+ numpy==1.24.3
4
+ pillow==10.0.0
5
+ tqdm==4.66.1
6
+
7
+ # Audio processing
8
  librosa==0.10.1
9
+ audioread==3.0.1
10
  soundfile==0.12.1
11
+ resampy==0.4.2
12
+ numba==0.58.1
13
+ pooch==1.7.0
14
+
15
+ # ML frameworks
16
+ torch==2.1.0
17
+ torchaudio==2.1.0
18
  demucs==4.0.1
19
+
20
+ # Visualization
21
+ matplotlib==3.7.2