requirements.txt 223 B

12345678910111213141516
  1. # 核心依赖
  2. hello-agents[all]>=0.2.7
  3. # 环境变量管理
  4. python-dotenv>=1.0.0
  5. # 数据处理
  6. numpy>=1.24.0
  7. pandas>=2.0.0
  8. # 可视化(可选)
  9. matplotlib>=3.7.0
  10. plotly>=5.14.0
  11. # Jupyter Notebook
  12. jupyterlab>=4.0.0