-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
60 lines (57 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[metadata]
name = dac_jax
version = attr: dac_jax.__version__
url = https://github.com/DBraun/DAC-JAX
author = David Braun
author_email = [email protected]
description = Descript Audio Codec in JAX.
long_description = file: README.md
long_description_content_type = "text/markdown"
keywords =
audio
compression
machine learning
license = MIT
classifiers =
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Artistic Software
Topic :: Multimedia
Topic :: Multimedia :: Sound/Audio
Topic :: Multimedia :: Sound/Audio :: Editors
Topic :: Software Development :: Libraries
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
install_requires =
argbind @ git+https://github.com/DBraun/[email protected]
audiotree>=0.1.0
audiocraft
chex>=0.1.86
clu>=0.0.12
dm_aux @ git+https://github.com/DBraun/dm_aux.git@DBraun-patch-2
einops>=0.8.0
flax>=0.8.2
grain>=0.1.0
jaxloudnorm @ git+https://github.com/DBraun/jaxloudnorm.git@feature/speed-optimize
librosa>=0.10.1
omegaconf
tqdm>=4.66.4
[options.packages.find]
where = src
[options.extras_require]
dev =
descript-audiotools
descript-audio-codec
pytest
pytest-cov
pandas
pandas
pesq
encodec