From afc6a3da072ad6795439e0efc05181b3256c21b3 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 4 Apr 2026 13:31:43 -0400 Subject: [PATCH] Remove 7 days requirement to improve windows compatibility (#999) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) 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 }