# Core dependencies
numpy>=1.21.0
scipy>=1.7.0
numba>=0.54.0

# Performance optimization
lz4>=3.1.0
cython>=0.29.0

# Optional GPU acceleration (install manually if CUDA available)
# cupy-cuda11x>=10.0.0  # For CUDA 11.x
# cupy-cuda12x>=10.0.0  # For CUDA 12.x

# Development dependencies
pytest>=7.0.0
pytest-cov>=3.0.0
black>=22.0.0
mypy>=0.950
pylint>=2.14.0

# Documentation
sphinx>=4.5.0
sphinx-rtd-theme>=1.0.0

# Benchmarking
memory-profiler>=0.60.0
line-profiler>=3.5.0