-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
40 lines (40 loc) · 786 Bytes
/
environment.yaml
File metadata and controls
40 lines (40 loc) · 786 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
name: fs2
channels:
- default
- conda-forge
- anaconda
dependencies:
- python=3.8.16
- conda-build
- cxx-compiler
- pip
- librosa=0.7.2
- numba=0.48
- numpy=1.23.0
- montreal-forced-aligner
- jupyter
- dask
- pynini==2.1.4
- pip:
- g2p-en==2.1.0
- inflect==4.1.0
# - librosa==0.7.2
- matplotlib==3.2.2
# - numba==0.48
# - numpy==1.19.0
- pypinyin==0.39.0
# - pyworld=0.2.10
- pyworld==0.3.3
- PyYAML==5.4.1
# - scikit-learn=0.23.2
- scikit-learn==0.24.1
- scipy==1.5.0
- soundfile==0.10.3.post1
- tensorboard==2.2.2
- tgt==1.4.4
- torch==1.7.0
- tqdm==4.46.1
- unidecode==1.1.1
- pillow==9.5.0
- protobuf==3.20.*
- ipykernel