Files
llama_viz/pyproject.toml
2025-04-08 16:35:50 +02:00

22 lines
474 B
TOML

[project]
name = "llama-viz"
version = "0.1.0"
description = ""
authors = [
{name = "Your Name",email = "you@example.com"}
]
readme = "README.md"
requires-python = ">=3.9,<4.0"
dependencies = [
"llama-index-core (>=0.11.0,<1)",
"dash[diskcache] (>=3.0.2,<4.0.0)",
"dash-bootstrap-components<3",
"plotly (>=6.0.0,<7.0.0)",
"pandas (>=2.2.3,<3.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"