From a1db7d7830beaecc2ec488450a0c5be3c7b431f8 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Schmidt Date: Thu, 26 Oct 2023 14:29:00 -0400 Subject: [PATCH] also skip in setup.py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80ec3c23..07b1e56a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ 'wheel', 'mako', 'oldest-supported-numpy', - 'Cython', + 'Cython != 3.0.4', ] [tool.black]