diff --git a/pyproject.toml b/pyproject.toml index 20f97e3..913af59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 }