# use:
scipy>=1.9
numpy>=1.23
soundfile>=0.11
sounddevice>=0.4

# plotting:
matplotlib>=3.6
seaborn>=0.12

# dev:
hatch # build
wheel # build
twine # upload build
flake8  # linter
pytest # tests
# librosa  # validation, does not work on python 3.11 since numba is not supported yet
# pyfar  # validation
# pyroomacoustics # validation

# jupyter notebooks:
ipykernel
ipympl
notebook

# docs:
furo # theme
numpydoc # numpy-like documentation
sphinx # generate docs
readthedocs-sphinx-search # readthedocs
autodocsumm # autosummary with docs