# Core dependencies
numpy>=1.26.0
pandas>=2.0.0
PyYAML>=6.0
matplotlib>=3.7.0
seaborn>=0.12.0
scipy>=1.10.0
pydantic>=2.0.0
click>=8.1.0
streamlit>=1.30.0

# Compression
lz4>=4.3.2
zstd>=1.5.5.0

# Logging
loguru>=0.6.0

# Testing and development
pytest>=7.3.1
pytest-cov>=4.1.0
tox>=4.6.0
ruff>=0.1.0
mypy>=0.991
hypothesis>=6.80.0
