Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -6
requirements.txt
CHANGED
@@ -1,10 +1,21 @@
|
|
|
|
1 |
streamlit==1.32.0
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
4 |
librosa==0.10.1
|
|
|
5 |
soundfile==0.12.1
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
demucs==4.0.1
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
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
|