File size: 754 Bytes
a89a7f1 7460198 a89a7f1 4c8079c a89a7f1 a1b8512 2bf3d21 a89a7f1 12cdb17 d8ae160 a89a7f1 fee1567 ae347c6 fee1567 eb41f91 77c2d62 e75684b a89a7f1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | [project]
name = "persona-ui"
version = "0.5.1"
description = "Streamlit UI for persona-vectors"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"persona-vectors>=0.8.7",
"datasets>=4.8.5",
"huggingface-hub>=1.14.0",
"streamlit>=1.44.0",
"plotly>=6.6.0",
"python-dotenv>=1.2.2",
"catppuccin>=2.5.0",
"safetensors>=0.7.0",
]
[dependency-groups]
dev = [
"pytest>=9.0.3",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
# Local development:
# [tool.uv.sources]
# persona-vectors = { path = "../persona-vectors", editable = true }
# persona-data = { path = "../persona-data", editable = true }
# [build-system]
# requires = ["uv_build>=0.11.3,<0.12"]
# build-backend = "uv_build"
|