From 44f00c277e3cac9949b9523025616e206d73ed39 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 3 Aug 2024 17:38:33 -0400 Subject: [PATCH] Remove runtime dep on ruff --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fe3ecb..2d594a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ dependencies = [ "myst-parser", "packaging", "rich", - "ruff", "sphinx>=7.2.6,<8.1", "sphinx-autoapi", "sphinx-copybutton",