Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ konflux-requirements: ## generate hermetic requirements.*.txt file for konflux b
echo "torch==${TORCH_VERSION}" | uv pip compile - -o requirements.torch.txt --generate-hashes --python-version 3.12 --torch-backend cpu --emit-index-url --no-deps --index-url https://download.pytorch.org/whl/cpu --refresh
uv run pybuild-deps compile --output-file=requirements-build.txt \
<(grep -v "^faiss-cpu" requirements.hermetic.txt) \
<(grep -v "^faiss-cpu" requirements.x86_64.txt)
<(grep -Eo "^[a-zA-Z0-9][-a-zA-Z0-9._]*==[^ ]+" requirements.x86_64.txt | grep -v "^faiss-cpu")

help: ## Show this help screen
@echo 'Usage: make <OPTIONS> ... <TARGETS>'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ dev = [
"pytest-subtests>=0.14.2",
"bandit>=1.8.6",
"pybuild-deps>=0.5.0",
"pip==24.3.1",
]
llslibdev = [
# To check llama-stack API provider dependecies:
Expand Down
14 changes: 10 additions & 4 deletions requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cython==3.2.4
# pyarrow
# pyyaml
# scikit-learn
# scipy
# sqlalchemy
dunamai==1.25.0
# via uv-dynamic-versioning
Expand Down Expand Up @@ -80,6 +81,7 @@ hatchling==1.26.3
# openai
hatchling==1.28.0
# via
# a2a-sdk
# annotated-types
# attrs
# dnspython
Expand Down Expand Up @@ -118,7 +120,7 @@ jinja2==3.1.6
# via uv-dynamic-versioning
markupsafe==3.0.3
# via jinja2
maturin==1.11.2
maturin==1.11.5
# via
# cryptography
# fastuuid
Expand Down Expand Up @@ -151,7 +153,7 @@ packaging==25.0
# meson-python
# scikit-build-core
# setuptools-scm
pathspec==1.0.1
pathspec==1.0.3
# via
# hatchling
# scikit-build-core
Expand Down Expand Up @@ -211,12 +213,14 @@ setuptools-scm==9.2.2
# zipp
tomlkit==0.13.3
# via uv-dynamic-versioning
trove-classifiers==2025.12.1.14
trove-classifiers==2026.1.12.15
# via hatchling
typing-extensions==4.15.0
# via setuptools-scm
uv-dynamic-versioning==0.12.0
# via mcp
# via
# a2a-sdk
# mcp
versioneer==0.29
# via pandas
wheel==0.45.1
Expand Down Expand Up @@ -254,6 +258,7 @@ setuptools==80.9.0
# emoji
# fire
# frozenlist
# google-api-core
# googleapis-common-protos
# greenlet
# httpx-sse
Expand All @@ -275,6 +280,7 @@ setuptools==80.9.0
# prometheus-client
# prompt-toolkit
# propcache
# proto-plus
# psutil
# pyarrow
# pyasn1
Expand Down
8 changes: 5 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading