uv packages must be 7 days old (#994)

This commit is contained in:
Sebastian Raschka 2026-03-31 20:10:15 -04:00 committed by GitHub
parent d977841fad
commit f1668af932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }