From 482d741b63abf28aa4d1cb6a73253ce363438149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:45:49 +0000 Subject: [PATCH] Update cython requirement from <3.0.0,>=0.29.23 to >=0.29.23,<4.0.0 Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/0.29.23...3.0.11) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 384f0e5dd..c9ab0c9f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,6 @@ requires = ["setuptools", "wheel", "extension-helpers", "oldest-supported-numpy", - "cython>=0.29.23,<3.0.0"] + "cython>=0.29.23,<4.0.0"] build-backend = 'setuptools.build_meta'