File size: 887 Bytes
a3419b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29ebcc1
a3419b6
 
 
 
 
 
 
 
 
1dbefc7
29ebcc1
a3419b6
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "project-b"
version = "0.1.0"
description = "Bantrly TTS evaluation — Moo voice system comparison"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "pyttsx3",
    "kokoro>=0.9.4",
    "soundfile",
    "numpy",
    "pandas>=2.0.0",
    "matplotlib",
    "seaborn",
    "edge-tts",
    "librosa",
    "ipywidgets",
    "nest-asyncio",
    "gradio>=6.12.0",
    "jiwer",
    "faster-whisper",
    "torch>=2.6.0",
    "torchvision>=0.21.0",
    "torchaudio>=2.6.0",
    "parler-tts",
    "piper-tts>=1.4.2",
    "python-dotenv>=1.2.2",
    "plotly>=6.7.0",
    "elevenlabs>=2.43.0",
    "supabase>=2.28.3",
]

[tool.uv.sources]
torch = { index = "pytorch-cu124" }
torchvision = { index = "pytorch-cu124" }
torchaudio = { index = "pytorch-cu124" }

[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true