From 555219fea0bbf7ef681004cef01ae043668cfc1b Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Fri, 10 May 2024 08:49:54 -0500 Subject: [PATCH] See what happens if we include cython in the build deps. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1603590e..6e6c0339d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "wheel"] +requires = ["setuptools", "wheel", "cython"] build-backend="setuptools.build_meta"