-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·41 lines (38 loc) · 904 Bytes
/
setup.cfg
File metadata and controls
executable file
·41 lines (38 loc) · 904 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
[options]
packages = find:
install_requires =
librosa >= 0.8.0
soundfile>=0.10.2
pyyaml
h5py>=2.9.0
filelock
protobuf<=3.20.1
scipy
s3prl
faiss-cpu
[options.extras_require]
train =
matplotlib>=3.1.0
tqdm>=4.26.1
gdown
tensorboardX
kaldiio>=2.14.1
humanfriendly
prettytable
[metadata]
name = sheet_sqa
version = 0.2.5
author = Wen-Chin Huang
author_email = wen.chinhuang@g.sp.m.is.nagoya-u.ac.jp
description = Speech Human Evaluation Estimation Toolkit (SHEET)
keywords = speech quality assessment
license = MIT
url = https://github.com/unilight/sheet
project_urls =
Source = https://github.com/unilight/sheet
Tracker = https://github.com/unilight/sheet/issues
long_description=README.md
long_description_content_type=text/markdown
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3