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

# Code quality
ruff==0.11.9
black==25.1.0
flake8==7.1.1
Flake8-pyproject==1.2.3  #  Needed when flake8 configured in pyproject.toml
isort==5.13.2
pylint==3.3.1

# Tests
pytest==8.3.3
pytest-asyncio==0.23.5
pytest-timer==1.0.0
timeout-decorator==0.5.0
coverage==7.6.1
pytest-cov==5.0.0

# Public repos
neuro-san>=0.6.0,<0.7

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