From 1cdbdb2c0588169d32a39a6c98bb0ca0eb1434d6 Mon Sep 17 00:00:00 2001 From: ndaelman Date: Fri, 15 Nov 2024 17:31:29 +0100 Subject: [PATCH] Remove uv dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 680bba8..38605b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ dev = [ "pytest-cov>=2.7.1", "ruff>=0.6", "typing-extensions>=4.12", - 'uv>=0.2.35', ] tests = [