File size: 750 Bytes
0af9841
 
 
 
 
 
 
6c68b83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0af9841
 
 
 
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
[project]
name = "artificial-styletts2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
  "audiofile>=1.5.0",
  "cached-path>=1.6.6",
  "einops>=0.8.0",
  "einops-exts>=0.0.4",
  "gradio>=5.9.1",
  "huggingface-hub>=0.26.5",
  "librosa>=0.10.2.post1",
  "markdown>=3.7",
  "matplotlib>=3.10.0",
  "monotonic-align",
  "munch>=4.0.0",
  "nltk>=3.9.1",
  "numpy==2.0",
  "openphonemizer>=0.1.2",
  "phonemizer>=3.3.0",
  "scikit-learn>=1.6.0",
  "soundfile>=0.12.1",
  "torch>=2.5.1",
  "torchaudio>=2.5.1",
  "tqdm>=4.67.1",
  "transformers>=4.47.1",
  "txtsplit>=1.0.0",
]

[tool.uv.sources]
monotonic-align = { git = "https://github.com/resemble-ai/monotonic_align.git" }