# Core dependencies
torch>=2.0.0
numpy>=1.21.0
pandas>=1.3.0
pypinyin>=0.47.0

# API and web framework
fastapi>=0.68.0
uvicorn>=0.15.0
pydantic>=1.8.0

# Data processing
opencc-python-reimplemented>=0.1.6
jieba>=0.42.1

# Testing
pytest>=6.2.0
pytest-cov>=2.12.0
pytest-asyncio>=0.15.0

# Development tools
black>=21.0.0
flake8>=3.9.0
mypy>=0.910

# Performance monitoring
psutil>=5.8.0
memory-profiler>=0.60.0

# Logging and configuration
loguru>=0.5.3
pyyaml>=5.4.0
python-dotenv>=0.19.0

# Optional: CKIP Transformers (for advanced NLP features)
# ckip-transformers>=0.3.2

# Optional: Jupyter for development and analysis
# jupyter>=1.0.0
# matplotlib>=3.4.0
# seaborn>=0.11.0