-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsetup.cfg
84 lines (80 loc) · 2.29 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[pycodestyle]
max-line-length=100
ignore = E203,W503
[tool:pytest]
addopts = --cov-report term-missing --cov musicaiz --cov-report=xml --disable-pytest-warnings --mpl --mpl-baseline-path=tests/baseline_images/test_display
xfail_strict = true
[metadata]
name = musicaiz
version = attr: musicaiz.version.__version__
description = A python framework for symbolic music generation, evaluation and analysis
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://carlosholivan.github.io/musicaiz
author = Carlos Hernandez-Olivan
author_email = [email protected]
license = ISC
license_file = LICENSE.md
license_file_content_type = text/markdown; charset=UTF-8
project_urls =
Documentation = https://carlosholivan.github.io/musicaiz/docs
Download = https://github.com/carlosholivan/musicaiz/releases
Source = https://github.com/carlosholivan/musicaiz
Tracker = https://github.com/carlosholivan/musicaiz/issues
#Discussion forum = https://groups.google.com/g/musicaiz
classifiers =
License :: OSI Approved :: GNU Affero General Public License v3
Programming Language :: Python
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Multimedia :: Sound/Audio :: Analysis
Framework :: Matplotlib
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages = find:
include_package_data = True
install_requires =
pretty_midi==0.2.9
numpy==1.21.2
pandas==1.4.4
pytest==6.2.4
matplotlib>=3.4.3
plotly==5.8.0
mypy==0.960
seaborn==0.11.2
pre-commit==2.19.0
tqdm==4.64.0
networkx==2.8.6
sklearn==0.0
gradio==3.0.15
torchsummary==1.5.1
prettytable==3.3.0
torch==1.11.0
protobuf==4.21.3
rich==12.6.0
ruptures==1.1.7
python_requires >=3.8
[options.extras_require]
docs =
sphinx_rtd_theme==0.5.*
sphinx-design==0.1.0
sphinx_panels==0.6.0
nbsphinx==0.8.8
sphinx != 1.3.1
numpydoc==1.1.0
matplotlib >= 3.3.0
sphinx-multiversion >= 0.2.3
sphinx-gallery >= 0.7
ipython >= 7.0
sphinxcontrib-svg2pdfconverter
presets
sphinx_book_theme==0.3.2
nbconvert
tests =
pytest-mpl
pytest-cov
pytest
display =
matplotlib >= 3.3.0