# packaging
build
setuptools>=61.0
wheel
setuptools-scm==8.1.0

# Code quality
ruff==0.11.12
pylint==3.3.1

# Tests
pytest>=9.0.3
pytest-asyncio>=0.24.0
pytest-timer==1.0.0
timeout-decorator==0.5.0
coverage==7.6.1
pytest-cov==5.0.0

# jupyterlab to test run a genetrated notebook
jupyterlab>=4.4.8