Remove 7 days requirement to improve windows compatibility

This commit is contained in:
rasbt 2026-04-04 12:30:02 -05:00
parent f1668af932
commit 0967695ce2
No known key found for this signature in database

View File

@ -28,9 +28,6 @@ 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 }