Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,24 @@ repository = 'https://github.com/audeering/audplot/'
documentation = 'https://audeering.github.io/audplot/'


# ===== DEPENDENCY GROUPS =================================================
#
[dependency-groups]
dev = [
'librosa',
'numba >=0.57.0', # Python 3.11
'pytest',
'pytest-doctestplus',
'pytest-cov',
'sphinx',
'sphinx-audeering-theme >=1.1.3',
'sphinx-autodoc-typehints',
'sphinx-copybutton',
'sphinxcontrib-katex',
'toml',
]


# ===== BUILD-SYSTEM ======================================================
#
# Requirements for building the Python package
Expand Down Expand Up @@ -199,21 +217,3 @@ convention = 'google'
#
# Use setuptools_scm to get version from git
[tool.setuptools_scm]


# ===== DEPENDENCY GROUPS =================================================
#
[dependency-groups]
dev = [
'librosa',
'numba >=0.57.0', # Python 3.11
'pytest',
'pytest-doctestplus',
'pytest-cov',
'sphinx',
'sphinx-audeering-theme >=1.1.3',
'sphinx-autodoc-typehints',
'sphinx-copybutton',
'sphinxcontrib-katex',
'toml',
]