22 lines
454 B
TOML
22 lines
454 B
TOML
[project]
|
|
name = "agno-notebooks"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"agno>=1.2.6",
|
|
"anthropic>=0.49.0",
|
|
"ipywidgets>=8.1.5",
|
|
"lancedb>=0.21.2",
|
|
"mcp>=1.6.0",
|
|
"notebook>=7.3.3",
|
|
"numpy>=2.2.4",
|
|
"openai>=1.69.0",
|
|
"pandas>=2.2.3",
|
|
"pypdf>=5.4.0",
|
|
"python-dotenv>=1.1.0",
|
|
"sqlalchemy>=2.0.40",
|
|
"tantivy>=0.22.2",
|
|
]
|