# ===== Build Tools =====
cython>=3.0.0
setuptools>=68.0.0
wheel>=0.41.0

# ===== Testing =====
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-xdist>=3.3.0  # parallel tests

# ===== Code Quality =====
black>=23.0.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.5.0
pylint>=2.17.0

# ===== Benchmarking =====
pytest-benchmark>=4.0.0
memory-profiler>=0.61.0

# ===== Documentation =====
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0

# ===== Development Utils =====
ipython>=8.0.0
jupyter>=1.0.0
pre-commit>=3.5.0

# ===== Type Stubs (for mypy) =====
types-setuptools
types-pkg-resources

# ===== Profiling =====
line-profiler>=4.1.0
