# Core dependencies for Ailoos
aiohttp>=3.8.0
psutil>=5.9.0
numpy>=1.21.0
torch>=2.0.0
pyyaml>=6.0
requests>=2.28.0
tqdm>=4.64.0

# Optional but recommended for full functionality
transformers>=4.21.0
accelerate>=0.12.0
datasets>=2.4.0

# CLI and utilities
click>=8.0.0
rich>=12.0.0
tabulate>=0.9.0

# Development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0
mypy>=0.950