mirror of
https://github.com/run-llama/llama_viz.git
synced 2026-06-30 21:37:54 -04:00
22 lines
474 B
TOML
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"
|