forked from phoenix-oss/llama-stack-mirror
Release candidate 0.2.3rc5
This commit is contained in:
parent
8713d67ce3
commit
3ca284a52b
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "llama_stack"
|
||||
version = "0.2.1"
|
||||
version = "0.2.3rc5"
|
||||
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
|
||||
description = "Llama Stack"
|
||||
readme = "README.md"
|
||||
|
@ -27,7 +27,7 @@ dependencies = [
|
|||
"huggingface-hub",
|
||||
"jinja2>=3.1.6",
|
||||
"jsonschema",
|
||||
"llama-stack-client>=0.2.2",
|
||||
"llama-stack-client>=0.2.3rc5",
|
||||
"openai>=1.66",
|
||||
"prompt-toolkit",
|
||||
"python-dotenv",
|
||||
|
@ -103,7 +103,7 @@ codegen = ["rich", "pydantic", "jinja2>=3.1.6"]
|
|||
ui = [
|
||||
"streamlit",
|
||||
"pandas",
|
||||
"llama-stack-client>=0.2.1",
|
||||
"llama-stack-client>=0.2.3rc5",
|
||||
"streamlit-option-menu",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue