File size: 418 Bytes
a62077e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46bb16f
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
# Core ML
numpy>=1.24.0,<2.0.0
librosa>=0.10.0
transformers>=4.38.0,<5.0

# Audio
soundfile>=0.12.1
scipy>=1.11.0
praat-parselmouth>=0.4.3
fastdtw>=0.3.4
pyctcdecode==0.5.0

# API
fastapi>=0.115.2,<1.0
uvicorn>=0.24.0
python-multipart>=0.0.18

# Logging
python-json-logger>=2.0.0

# Web UI
gradio==6.1.0

# Explicitly pin torch to 2.6+ for transformers compatibility
torch>=2.6.0
torchvision>=0.21.0
torchaudio>=2.6.0