# Core ML / Hugging Face
torch>=2.1.0
transformers>=4.40.0
datasets>=2.18.0
sentencepiece>=0.1.99
accelerate>=0.27.0

# Audio I/O and processing
soundfile>=0.12.1
librosa>=0.10.1
numpy>=1.24.0

# API service
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
python-multipart>=0.0.9

# Web UI
gradio>=4.26.0

# Configuration and utilities
pyyaml>=6.0.1
python-dotenv>=1.0.1
click>=8.1.7

# Testing
pytest>=8.1.0
pytest-asyncio>=0.23.0
httpx>=0.27.0        # async test client for FastAPI
