# Core framework
tensorflow>=2.13.0,<2.17.0

# Data handling
numpy>=1.24.0,<2.0.0
pandas>=2.0.0

# Configuration
pyyaml>=6.0
python-dotenv>=1.0.0

# API service
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
pydantic>=2.0.0

# UI
streamlit>=1.33.0

# Utilities
scikit-learn>=1.4.0

# Testing
pytest>=8.0.0
pytest-cov>=5.0.0
httpx>=0.27.0        # async test client for FastAPI
