-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathsetup.cfg
41 lines (40 loc) · 1.21 KB
/
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
[metadata]
name = univoc
version = 0.2.1
author = Benjamin van Niekerk
author_email = benjamin.l.van.niekerk@gmail.com
url = https://github.com/bshall/UniversalVocoding
description = A PyTorch implementation of Towards Achieving Robust Universal Neural Vocoding.
long_description = file:README.md
long_description_content_type = text/markdown
project_urls =
Source = https://github.com/bshall/UniversalVocoding
Samples = https://bshall.github.io/UniversalVocoding/
keywords =
Speech Synthesis
Neural Vocoder
Text-to-Speech
PyTorch
classifiers =
Natural Language :: English
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
packages = univoc
include_package_data = True
python_requires = >=3.6
install_requires =
librosa>=0.8.0
numpy>=1.18.0
tqdm>=4.41
requests
importlib-resources
omegaconf>=2.0.3