# 核心依赖
numpy>=1.21.0
pandas>=1.3.0
matplotlib>=3.5.0
seaborn>=0.11.0

# 数据处理
scipy>=1.7.0
scikit-learn>=1.0.0

# 金融数据
yfinance>=0.1.70
tushare>=1.2.0

# 技术指标
talib>=0.4.0

# 配置和日志
pyyaml>=6.0
loguru>=0.6.0

# 类型检查
typing-extensions>=4.0.0

# 测试框架
pytest>=6.0.0
pytest-cov>=3.0.0
