# Packaging
# python -m pip install -U pip
build>=1.4.2
twine>=6.2.0
setuptools>=82.0.1
virtualenv>=21.2.0

# Jupyter
ipython>=9.12.0
ipykernel>=7.2.0

# Linting/Formatting
ruff>=0.15.9
black>=26.3.1
isort>=8.0.1

# Tooling
pre-commit>=4.5.1
nbqa>=1.9.1

# Type Checker
mypy>=1.20.0
mypy-extensions>=1.1.0

# Testing
pytest>=9.0.3
pytest-benchmark>=5.2.3
pytest-cov>=7.1.0
codecov>=2.1.13

# Documentation
mkdocs>=1.6.1
mkdocs-material>=9.7.6
mkdocstrings>=1.0.3
mkdocstrings-python>=2.0.3
Pygments>=2.20.0

# pyinstaller
pyinstaller>=6.19.0
