-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsettings.ini
46 lines (38 loc) · 1.18 KB
/
settings.ini
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
[DEFAULT]
# All sections below are required unless otherwise specified
# see https://github.com/fastai/nbdev/blob/master/settings.ini for examples
### Python Library ###
lib_name = aeiou
min_python = 3.7
version = 0.0.20
### OPTIONAL ###
requirements = fastcore pandas numpy plotly bokeh holoviews scipy torch torchvision torchaudio wandb matplotlib pillow tqdm librosa>=0.8.1 einops ipython accelerate webdataset soundfile<=0.10.2 pedalboard umap-learn
dev_requirements = nbformat>=4.2.0
console_scripts = chunkadelic=aeiou.chunkadelic:main spectrofu=aeiou.spectrofu:main
### nbdev ###
nbs_path = .
doc_path = _docs
recursive = False
tst_flags = notest
### Documentation ###
host = github
repo = aeiou
branch = main
custom_sidebar = False
### PyPI ###
audience = Developers
author = Scott Hawley
author_email = [email protected]
copyright = (c) 2022-2023 Scott H. Hawley
description = audio engineering i/o utils
keywords = nbdev
language = English
license = apache2
status = 2
user = drscotthawley
### Inferred From Other Values ###
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/%(repo)s/
lib_path = %(lib_name)s
title = %(lib_name)s