forked from phoenix-oss/llama-stack-mirror
chore: mark blobpath as optional (#2271)
# What does this PR do? This is not a core dependency of the distro server. It's only necessary when using `inline::rag-runtime` or `inline::meta-reference` providers. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
28930cdab6
commit
448f00903d
4 changed files with 108 additions and 99 deletions
|
@ -21,7 +21,6 @@ classifiers = [
|
|||
"Topic :: Scientific/Engineering :: Information Analysis",
|
||||
]
|
||||
dependencies = [
|
||||
"blobfile",
|
||||
"fire",
|
||||
"httpx",
|
||||
"huggingface-hub",
|
||||
|
@ -73,6 +72,7 @@ unit = [
|
|||
"opentelemetry-exporter-otlp-proto-http",
|
||||
"sqlalchemy",
|
||||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"blobfile",
|
||||
]
|
||||
# These are the core dependencies required for running integration tests. They are shared across all
|
||||
# providers. If a provider requires additional dependencies, please add them to your environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue