chore: simplify running the demo UI (#1907)

# What does this PR do?

* Manage UI deps in pyproject
* Use a new "ui" dep group to pull the deps with "uv"
* Simplify the run command
* Bump versions in requirements.txt

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-04-09 20:22:29 +02:00 committed by GitHub
parent b93318e40b
commit 770b38f8b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 188 additions and 8 deletions

View file

@ -89,6 +89,12 @@ docs = [
"tomli",
]
codegen = ["rich", "pydantic", "jinja2>=3.1.6"]
ui = [
"streamlit",
"pandas",
"llama-stack-client>=0.2.1",
"streamlit-option-menu",
]
[project.urls]
Homepage = "https://github.com/meta-llama/llama-stack"