-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
29 lines (26 loc) · 891 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
[metadata]
name = syntheon
version = attr: syntheon.version.version
description = Parameter inference of music synthesizers to simplify sound design process.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/gudgud96/syntheon
author = Hao Hao Tan
author_email = [email protected]
[options]
packages = find:
include_package_data = True
install_requires =
librosa==0.9.1
torch==1.12.1
torchvision==0.13.1
torchaudio==0.12.1
pyyaml
mido
nnAudio==0.3.1
numpy
bitstruct
torchcrepeV2
python_requires = >=3.7
[options.package_data]
* = inferencer/vital/checkpoints/model.pt, inferencer/vital/config.yaml, inferencer/vital/init.vital, inferencer/dexed/models/conf/recipes/model/tcnres_f0ld_fmstr_noreverb.yaml, inferencer/dexed/models/conf/recipes/models/conf/data_config.yaml