pyproject.toml 566 B

123456789101112131415161718192021222324252627282930
  1. [project]
  2. name = "ai_learning"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.11"
  7. dependencies = [
  8. <<<<<<< HEAD
  9. "agno>=1.7.1",
  10. =======
  11. >>>>>>> bad0e67 (多轮对话+agno agent学习实践)
  12. "agno>=1.7.2",
  13. "dotenv>=0.9.9",
  14. "ipywidgets>=8.1.7",
  15. "openai>=1.93.0",
  16. <<<<<<< HEAD
  17. "duckduckgo-search>=6.0.0",
  18. "pandas",
  19. "yfinance>=0.2.65",
  20. "ipywidgets",
  21. "sqlalchemy"
  22. =======
  23. >>>>>>> 6c34b0b (test1)
  24. "pandas>=2.3.1",
  25. ]
  26. [dependency-groups]
  27. dev = [
  28. "ipykernel>=6.29.5",
  29. ]