-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenvironment.yml
More file actions
50 lines (50 loc) · 1.09 KB
/
environment.yml
File metadata and controls
50 lines (50 loc) · 1.09 KB
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
name: tts_framework
channels:
- defaults
- anaconda
- conda-forge
dependencies:
- fastapi=0.105.0
- nltk==3.8.1
- lightning=2.2.1
- libpng=1.6.39
- ipykernel=6.25.0
- mkdocs-material=9.4.6
- mkdocs-material-extensions=1.3
- mkdocstrings=0.23.0
- mypy=1.5.1
- pyright=1.1.331
- numba=0.58.1
- pip=23.3
- numpy=1.25.2
- scikit-learn=1.2.2
- tqdm=4.65.0
- pynini=2.1.5
- pip:
- librosa==0.10.0
- git+https://github.com/detly/gammatone.git
- auraloss==0.4.0
- pystoi==0.4.1
- pesq==0.0.4
- datasets==2.14.5
- deep-phonemizer==0.0.19
- phonemizer==3.2.1
- resemblyzer==0.1.4
- nemo-text-processing==0.3.0rc0
- piq==0.8.0
- soundfile==0.12.1
- einops==0.7.0
- unidecode==1.3.7
- ruff==0.4.8
- mkdocstrings-python==1.7.3
- tensorboard==2.15.0
- ipywidgets==8.1.1
- itables==1.6.3
- uvicorn==0.24.0
- ffmpeg==1.4
- pydub==0.25.1
- simpleaudio==1.0.4
- onnx==1.15.0
- voicefixer==0.1.3
- lhotse==1.22.0
- gradio==4.36.1