mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
chore: added a minimum required uv version for stable lock diffs
This commit is contained in:
parent
9f34d76b4a
commit
106c9ed0a3
1 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,9 @@
|
|||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.uv]
|
||||
required-version = ">=0.7.0"
|
||||
|
||||
[project]
|
||||
name = "llama_stack"
|
||||
version = "0.2.15"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue