From cbb525b0c73c9b479869fdcf38df72c4c08105ab Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 20 Jul 2023 11:06:33 -0400 Subject: [PATCH] Temporarily pin cython<3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b63d75..e60f27d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "wheel", "setuptools_scm", "setuptools_git_ls_files", - "cython", + "cython<3", ] build-backend = "setuptools.build_meta"