mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
uv packages must be 7 days old (#994)
This commit is contained in:
committed by
GitHub
parent
d977841fad
commit
f1668af932
@@ -28,6 +28,9 @@ dependencies = [
|
||||
"pytest>=8.3.5",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
exclude-newer = "7 days" # Requires a recent uv; run `uv self update` if unsupported
|
||||
|
||||
[tool.uv.sources]
|
||||
llms-from-scratch = { workspace = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user