# MCP SDK and core dependencies
mcp>=1.0.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
asyncio-helpers>=0.1.0

# Data processing and ML
pandas>=2.0.0
numpy>=1.24.0
scikit-learn>=1.3.0
xgboost>=2.0.0

# Database and caching
questdb>=3.0.0
redis>=4.5.0

# HTTP and API utilities
httpx>=0.24.0
fastapi>=0.100.0
uvicorn>=0.23.0
starlette>=0.27.0

# Development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
ruff>=0.1.0