requirements.txt 370 B

12345678910111213141516171819202122232425
  1. # FinReportAgent 依赖配置
  2. # 作者: kkkano | 日期: 2026-01-25
  3. # 安装: pip install -r requirements.txt
  4. # 核心框架
  5. hello-agents>=0.2.8
  6. # LLM 客户端
  7. openai>=1.0.0
  8. # 金融数据
  9. yfinance>=0.2.0
  10. # 搜索引擎
  11. duckduckgo-search>=4.0.0
  12. # 数据处理
  13. pandas>=2.0.0
  14. numpy>=1.24.0
  15. # Jupyter 运行环境
  16. ipython>=8.0.0
  17. # 环境配置
  18. python-dotenv>=1.0.0