From edd64f53cb8804586d017ffc321a155ac56c2025 Mon Sep 17 00:00:00 2001 From: Nathan Glades Date: Fri, 14 Jun 2024 12:44:37 +1000 Subject: [PATCH] fix(pyproject): Specified version number from Cython in pyproject.toml file. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90f78cd..6ba0bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0.0", "wheel", "cython", "setuptools_scm[toml]>=6.2"] +requires = ["setuptools>=61.0.0", "wheel", "cython==0.29", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [project]