From a1b22eac8c82ad415039e724444ad64fb8372ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Tue, 25 Jun 2024 02:06:11 -0700 Subject: [PATCH] pyproject.toml (build-system requires): Use Cython 3.0.10, drop 'wheel' (now implied) (#199) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6d0127..69be3cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,7 @@ [build-system] requires = [ 'setuptools', - 'wheel', - 'Cython == 3.0.4', + 'Cython == 3.0.10', # https://numpy.org/devdocs/user/depending_on_numpy.html#build-time-dependency # from https://github.com/scipy/oldest-supported-numpy/pull/78#issuecomment-1747936818: "oldest-supported-numpy; platform_python_implementation != 'PyPy'",