[project] name = "ai_learning" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ <<<<<<< HEAD "agno>=1.7.1", ======= >>>>>>> bad0e67 (多轮对话+agno agent学习实践) "agno>=1.7.2", "dotenv>=0.9.9", "ipywidgets>=8.1.7", "openai>=1.93.0", <<<<<<< HEAD "duckduckgo-search>=6.0.0", "pandas", "yfinance>=0.2.65", "ipywidgets", "sqlalchemy" ======= >>>>>>> 6c34b0b (test1) "pandas>=2.3.1", ] [dependency-groups] dev = [ "ipykernel>=6.29.5", ]