From d03930bc305501765d545f4299eb3eab358e1e2d Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:52:37 -0500 Subject: [PATCH] Remove black from runtime dependencies, normalize with quality --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc9c08a..43fb6b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,6 @@ numpy = [ { version = ">=1.26.0", python = ">=3.12" }, ] pillow = "^11.1.0" -black = "^25.9.0" [tool.poetry.extras] pyarrow = ["pyarrow"] @@ -52,7 +51,7 @@ pyarrow = ["pyarrow"] optional = true [tool.poetry.group.quality.dependencies] -black = ">=23.1,<26.0" +black = ">=25.9.0,<26.0" ruff = ">=0.3.2,<0.14.0" types-tqdm = "^4.65.0.0" types-tabulate = "^0.9.0.3"