Spaces:
Running
Running
Commit
·
b6d644c
1
Parent(s):
34245f9
req
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
numpy==1.
|
2 |
-
pandas==
|
3 |
-
streamlit==1.
|
4 |
-
torch==2.1.
|
5 |
-
torchaudio==2.1.
|
6 |
demucs==4.0.1
|
7 |
soundfile==0.12.1
|
8 |
diffq==0.2.4
|
9 |
ffmpeg-python==0.2.0
|
10 |
-
yt-dlp==2024.
|
|
|
1 |
+
numpy==1.23.5
|
2 |
+
pandas==1.5.3
|
3 |
+
streamlit==1.29.0
|
4 |
+
torch==2.1.0
|
5 |
+
torchaudio==2.1.0
|
6 |
demucs==4.0.1
|
7 |
soundfile==0.12.1
|
8 |
diffq==0.2.4
|
9 |
ffmpeg-python==0.2.0
|
10 |
+
yt-dlp==2024.12.23
|