-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
49 lines (47 loc) · 974 Bytes
/
setup.cfg
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
[options]
packages = find:
install_requires =
torch >= 1.12
librosa >= 0.8.0
soundfile>=0.10.2
tensorboardX>=1.8
matplotlib>=3.1.0
PyYAML>=3.12
tqdm>=4.26.1
kaldiio>=2.14.1
h5py>=2.9.0
yq>=2.10.0
gdown
filelock
protobuf<=3.20.1
parallel-wavegan
jiwer
pyworld
scipy
pysptk
transformers
editdistance
fastdtw
espnet-tts-frontend
nltk
g2p-en
jaconv
textgrid
encodec >= 0.1.1
huggingface_hub
tensorboard == 2.13.0
torchaudio == 2.0.2
[options.entry_points]
console_scripts =
tts-train = seq2seq_vc.bin.tts_train:main
[metadata]
name = seq2seq_vc
version = 0.1.0
author = Wen-Chin Huang
author_email = wen.chinhuang2g.sp.m.is.nagoya-u.ac.jp
description = Sequence-to-sequence voice conversion toolkit
keywords = voice conversion, sequence-to-sequence
license = MIT
classifiers =
License :: OSI Approved :: MIT
Programming Language :: Python :: 3