numpy==1.24.*
scipy==1.10.*
wfdb==4.1.*
mysql-connector-python==8.0.*
matplotlib==3.7.*

[build]
twine==4.0.*

[dev]
pip-tools==6.13.*
black==23.3.*
mypy==1.3.*
flake8==6.0.*
pylint==2.17.*
bandit==1.7.*
commitizen==3.2.*

[dev-jupyter]
ipykernel==6.23.*
plotly==5.15.*
nbformat==5.9.*
pandas==2.0.*

[docs]
sphinx==6.2.*
sphinx-rtd-theme==1.2.*

[testing]
coverage==7.2.*
pytest==7.3.*
