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"', ]