24 lines
326 B
Plaintext
24 lines
326 B
Plaintext
# MND-IA 项目依赖
|
|
|
|
# 核心数据处理
|
|
numpy>=1.24.0
|
|
pandas>=2.0.0
|
|
|
|
# 金融数据获取
|
|
akshare>=1.12.0
|
|
|
|
# 网页爬虫
|
|
cloudscraper>=1.2.0
|
|
beautifulsoup4>=4.12.0
|
|
|
|
# LLM 接口(可选)
|
|
openai>=1.0.0
|
|
|
|
# 其他工具
|
|
python-dateutil>=2.8.2
|
|
requests>=2.31.0
|
|
|
|
# 开发工具(可选)
|
|
jupyter>=1.0.0
|
|
matplotlib>=3.7.0
|