# Python linting and formatting
pylint
black
autopep8
isort
flake8

# Build tools
make
cmake>=3.26
ninja
build
twine
setuptools
setuptools_scm
wheel
pybind11

# Testing
pytest

# C++ linting and formatting
clang-tools
