mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
requirements.txt to match main
This commit is contained in:
parent
ec9a319034
commit
e71a482d71
1 changed files with 13 additions and 54 deletions
|
@ -1,79 +1,45 @@
|
|||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.11.14
|
||||
aiosignal==1.3.2
|
||||
aiosqlite==0.21.0
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv export --frozen --no-hashes --no-emit-project --output-file=requirements.txt
|
||||
annotated-types==0.7.0
|
||||
anyio==4.8.0
|
||||
attrs==25.1.0
|
||||
autoevals==0.0.126
|
||||
blobfile==3.0.0
|
||||
braintrust_core==0.0.58
|
||||
certifi==2025.1.31
|
||||
charset-normalizer==3.4.1
|
||||
chevron==0.14.0
|
||||
click==8.1.8
|
||||
colorama==0.4.6
|
||||
datasets==3.5.0
|
||||
Deprecated==1.2.18
|
||||
dill==0.3.8
|
||||
colorama==0.4.6 ; sys_platform == 'win32'
|
||||
distro==1.9.0
|
||||
faiss-cpu==1.10.0
|
||||
fastapi==0.115.12
|
||||
exceptiongroup==1.2.2 ; python_full_version < '3.11'
|
||||
filelock==3.17.0
|
||||
fire==0.7.0
|
||||
frozenlist==1.5.0
|
||||
fsspec==2024.12.0
|
||||
googleapis-common-protos==1.69.2
|
||||
grpcio==1.71.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.7
|
||||
httpx==0.28.1
|
||||
httpx-sse==0.4.0
|
||||
huggingface-hub==0.29.0
|
||||
idna==3.10
|
||||
importlib_metadata==8.6.1
|
||||
Jinja2==3.1.6
|
||||
jiter==0.9.0
|
||||
jinja2==3.1.6
|
||||
jsonschema==4.23.0
|
||||
jsonschema-specifications==2024.10.1
|
||||
llama_stack >=0.1.9
|
||||
llama_stack_client >=0.1.9
|
||||
llama-stack-client==0.1.9
|
||||
lxml==5.3.1
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==3.0.2
|
||||
mcp==1.6.0
|
||||
markupsafe==3.0.2
|
||||
mdurl==0.1.2
|
||||
multidict==6.2.0
|
||||
multiprocess==0.70.16
|
||||
numpy==2.2.3
|
||||
ollama==0.4.7
|
||||
openai==1.69.0
|
||||
opentelemetry-api==1.31.1
|
||||
opentelemetry-exporter-otlp==1.31.1
|
||||
opentelemetry-exporter-otlp-proto-common==1.31.1
|
||||
opentelemetry-exporter-otlp-proto-grpc==1.31.1
|
||||
opentelemetry-exporter-otlp-proto-http==1.31.1
|
||||
opentelemetry-proto==1.31.1
|
||||
opentelemetry-sdk==1.31.1
|
||||
opentelemetry-semantic-conventions==0.52b1
|
||||
packaging==24.2
|
||||
pandas==2.2.3
|
||||
pillow==11.1.0
|
||||
polyleven==0.9.0
|
||||
prompt_toolkit==3.0.50
|
||||
propcache==0.3.1
|
||||
protobuf==5.29.4
|
||||
prompt-toolkit==3.0.50
|
||||
pyaml==25.1.0
|
||||
pyarrow==19.0.1
|
||||
pycryptodomex==3.21.0
|
||||
pydantic==2.10.6
|
||||
pydantic-settings==2.8.1
|
||||
pydantic_core==2.27.2
|
||||
Pygments==2.19.1
|
||||
pydantic-core==2.27.2
|
||||
pygments==2.19.1
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.0.1
|
||||
pytz==2025.1
|
||||
PyYAML==6.0.2
|
||||
pyyaml==6.0.2
|
||||
referencing==0.36.2
|
||||
regex==2024.11.6
|
||||
requests==2.32.3
|
||||
|
@ -82,17 +48,10 @@ rpds-py==0.22.3
|
|||
setuptools==75.8.0
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
sse-starlette==2.2.1
|
||||
starlette==0.46.1
|
||||
termcolor==2.5.0
|
||||
tiktoken==0.9.0
|
||||
tqdm==4.67.1
|
||||
typing_extensions==4.12.2
|
||||
typing-extensions==4.12.2
|
||||
tzdata==2025.1
|
||||
urllib3==2.3.0
|
||||
uvicorn==0.34.0
|
||||
wcwidth==0.2.13
|
||||
wrapt==1.17.2
|
||||
xxhash==3.5.0
|
||||
yarl==1.18.3
|
||||
zipp==3.21.0
|
||||
wcwidth==0.2.13
|
Loading…
Add table
Add a link
Reference in a new issue