numpy==1.*
scipy==1.*
wfdb==4.*
scikit-learn==1.*
emd==0.7.*
mysql-connector-python==9.*
matplotlib==3.*

[build]
twine==5.*

[dev]
pip-tools==7.*
black==24.*
mypy==1.*
ruff==0.7.*
bandit==1.*
commitizen==3.*

[dev-jupyter]
ipykernel==6.*
plotly==5.*
nbformat==5.*
pandas==2.*

[docs]
sphinx==8.*
sphinx-rtd-theme==3.*

[testing]
coverage==7.*
pytest==8.*
