From 55f5b1754b42ff2f06d524df06063dffe8cf2256 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Tue, 27 May 2025 06:33:34 +0000 Subject: [PATCH] MAINT: add `ninja` to test dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 733d69a2..dd81d512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ test = [ 'pytest-cov[toml]', 'pytest-mock', 'cython >= 3.0.3', # required for Python 3.12 support + 'ninja', 'wheel', 'typing-extensions >= 3.7.4; python_version < "3.11"', ]