-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (39 loc) · 916 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (39 loc) · 916 Bytes
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
[project]
name = "audio-enhancement"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"attrdict>=2.0.1",
"beartype>=0.22.9",
"bigvgan>=2.4.1",
"cog>=0.16.8",
"einops>=0.8.1",
"ftfy>=6.3.1",
"gateloop-transformer>=0.2.5",
"huggingface-hub>=0.36.0",
"librosa>=0.11.0",
"matplotlib>=3.10.7",
"numpy>=2.3.5",
"pandas>=2.3.3",
"phonemizer>=3.3.0",
"progressbar>=2.5",
"pyaudio>=0.2.14",
"pyloudnorm>=0.1.1",
"scikit-image>=0.25.2",
"scipy>=1.16.3",
"sounddevice>=0.5.3",
"soundfile>=0.13.1",
"timm>=1.0.22",
"torch>=2.9.1",
"torchaudio>=2.9.1",
"torchdiffeq>=0.2.5",
"torchinfo>=1.8.0",
"torchlibrosa>=0.1.0",
"torchode>=1.0.0",
"torchvision>=0.24.1",
"tqdm>=4.67.1",
"transformers[torch]>=4.57.3",
"unidecode>=1.4.0",
]