requirements.txt 236 B

123456789101112
  1. # 核心框架
  2. hello-agents[all]>=0.2.7
  3. # 数据分析与可视化
  4. pandas>=2.0.0
  5. matplotlib>=3.7.0
  6. # 环境变量加载
  7. python-dotenv>=1.0.0
  8. # Notebook 运行环境(可选,也可以用 pip install jupyterlab)
  9. jupyterlab>=4.0.0