Remove 7 days requirement to improve windows compatibility (#999)

This commit is contained in:
Sebastian Raschka
2026-04-04 13:31:43 -04:00
committed by GitHub
parent f1668af932
commit afc6a3da07

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 }