forked from dgaddy/silent_speech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
55 lines (50 loc) · 957 Bytes
/
pyproject.toml
File metadata and controls
55 lines (50 loc) · 957 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[project]
name = "silent_speech"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"absl-py",
"numpy",
"librosa",
"pysoundfile",
"matplotlib",
"scipy",
"numba",
"unidecode",
"tqdm",
"jiwer==2.2.1",
"praat-textgrids",
"noisereduce",
"torchinfo",
"tensorboard",
"timm",
"speechbrain",
"h5py",
"transformers",
"huggingface_hub<1.0",
"omegaconf",
"torch-tb-profiler",
"pandas",
"torch==2.6.0",
"torchvision==0.21.0",
"torchaudio==2.6.0",
"resampy",
"kenlm",
"flashlight-text",
"wandb",
"mkdocs",
"mkdocs-material",
"mkdocstrings[python]",
]
[tool.uv.sources]
torch = { index = "pytorch" }
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu126"
[tool.isort]
py_version = 310
profile = "black"
line_length = 120
[tool.black]
line-length = 120
target-version = ['py310', 'py311', 'py312']