forked from librosa/librosa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
84 lines (79 loc) · 2.25 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=119
ignore = E203,W503
[tool:pytest]
addopts = --cov-report term-missing --cov librosa --cov-report=xml --disable-pytest-warnings --mpl --mpl-baseline-path=tests/baseline_images/test_display
xfail_strict = true
filterwarnings =
ignore:Using a non-tuple sequence:FutureWarning:scipy.*
[metadata]
name = librosa
version = attr: librosa.version.version
description = Python module for audio and music processing
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://librosa.org
author = Brian McFee, librosa development team
author_email = brian.mcfee@nyu.edu
license = ISC
license_file = LICENSE.md
license_file_content_type = text/markdown; charset=UTF-8
project_urls =
Documentation = https://librosa.org/doc
Download = https://github.com/librosa/librosa/releases
Source = https://github.com/librosa/librosa
Tracker = https://github.com/librosa/librosa/issues
Discussion forum = https://groups.google.com/g/librosa
classifiers =
License :: OSI Approved :: ISC License (ISCL)
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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages = find:
include_package_data = True
install_requires =
audioread >= 2.1.9
numpy >= 1.17.0
scipy >= 1.2.0
scikit-learn >= 0.19.1
joblib >= 0.14
decorator >= 4.0.10
resampy >= 0.2.2
numba >= 0.45.1
soundfile >= 0.10.2
pooch >= 1.0
packaging >= 20.0
python_requires = >=3.6
[options.package_data]
librosa = util/example_data/*
[options.extras_require]
docs =
numpydoc
sphinx != 1.3.1
sphinx_rtd_theme==1.*
numba < 0.50
matplotlib >= 3.3.0
sphinx-multiversion >= 0.2.3
sphinx-gallery >= 0.7
mir_eval >= 0.5
ipython >= 7.0
sphinxcontrib-svg2pdfconverter
presets
tests =
matplotlib >= 3.3.0
pytest-mpl
pytest-cov
pytest
contextlib2
samplerate
soxr
display =
matplotlib >= 3.3.0