Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
crepe~=0.0.15
|
2 |
+
demucs~=4.0.1
|
3 |
+
ffmpeg_python~=0.2.0
|
4 |
+
git+https://github.com/m-bain/whisperx.git
|
5 |
+
langcodes~=3.4.0
|
6 |
+
language-data~=1.2.0
|
7 |
+
librosa~=0.9.2
|
8 |
+
matplotlib~=3.9.0
|
9 |
+
musicbrainzngs~=0.7.1
|
10 |
+
numpy~=1.26.4
|
11 |
+
Pillow~=10.3.0
|
12 |
+
pretty_midi~=0.2.10
|
13 |
+
pydub~=0.25.1
|
14 |
+
PyHyphen~=4.0.3
|
15 |
+
python_Levenshtein~=0.25.1
|
16 |
+
scipy~=1.13.1
|
17 |
+
tensorflow<2.11
|
18 |
+
tqdm~=4.66.4
|
19 |
+
#whisperx~=3.1.1
|
20 |
+
yt_dlp~=2024.5.27
|
21 |
+
isort~=5.13.2
|
22 |
+
black~=24.4.2
|
23 |
+
pylint~=3.2.3
|
24 |
+
pytest~=8.2.2
|
25 |
+
protobuf==3.20.*
|
26 |
+
packaging~=24.1
|