# ──────────────────────────────────────────────────────────────────────
#  KiteML — Development Dependencies
#  Install with: pip install -r requirements/dev.txt
# ──────────────────────────────────────────────────────────────────────
-r base.txt

# Testing
pytest>=7.0
pytest-cov>=4.0
pytest-xdist>=3.0
pytest-mock>=3.10

# Linting & Formatting
ruff>=0.1.0
black>=23.0
isort>=5.12

# Type Checking
mypy>=1.0
pandas-stubs>=1.5

# Build & Release
build>=1.0
twine>=4.0
wheel>=0.40

# Pre-commit hooks
pre-commit>=3.0
