2025-08-10 18:50:54 +08:00
|
|
|
[project]
|
|
|
|
|
name = "aim"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"agno>=1.7.9",
|
2025-09-03 21:44:01 +08:00
|
|
|
"matplotlib>=3.10.6",
|
2025-08-10 18:50:54 +08:00
|
|
|
"ollama>=0.5.3",
|
|
|
|
|
"openai>=1.99.6",
|
2025-08-10 20:50:06 +08:00
|
|
|
"packaging>=25.0",
|
2025-08-10 18:50:54 +08:00
|
|
|
"pydantic>=2.11.7",
|
2025-08-11 00:00:37 +08:00
|
|
|
"requests>=2.32.4",
|
2025-08-10 20:50:06 +08:00
|
|
|
"sqlalchemy>=2.0.42",
|
2025-08-10 18:50:54 +08:00
|
|
|
]
|