-
-
Notifications
You must be signed in to change notification settings - Fork 520
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (46 loc) · 1.08 KB
/
requirements.txt
File metadata and controls
50 lines (46 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Core dependencies
setuptools==81.0.0
pip>=23.3; sys_platform == 'darwin'
wheel; sys_platform == 'darwin'
PyYAML; sys_platform == 'darwin'
numpy==2.4.4
requests
tqdm
wget
# Audio processing
ffmpeg-python>=0.2.0
faiss-cpu==1.13.2
librosa==0.11.0
scipy==1.17.1
soundfile==0.13.1
noisereduce
pedalboard
stftpitchshift
soxr
# Machine learning and deep learning
omegaconf>=2.0.6; sys_platform == 'darwin'
numba==0.65.0
torch==2.7.1; sys_platform == 'darwin'
torch==2.7.1+cu128; sys_platform == 'linux' or sys_platform == 'win32'
torchaudio==2.7.1; sys_platform == 'darwin'
torchaudio==2.7.1+cu128; sys_platform == 'linux' or sys_platform == 'win32'
torchvision==0.22.1; sys_platform == 'darwin'
torchvision==0.22.1+cu128; sys_platform == 'linux' or sys_platform == 'win32'
torchcrepe
torchfcpe
einops
transformers==5.4.0
# Visualization and UI
matplotlib==3.10.8
tensorboard
gradio==5.50.0
# Miscellaneous utilities
certifi>=2026.2.25; sys_platform == 'darwin'
antlr4-python3-runtime==4.13.2; sys_platform == 'darwin'
tensorboardX
edge-tts==7.2.8
pypresence
beautifulsoup4
sounddevice
webrtcvad-wheels
psutil