From 3e509aecd219eab64d7deea563fdc9faff09a316 Mon Sep 17 00:00:00 2001 From: Pierre Raybaut Date: Thu, 7 Nov 2024 10:01:35 +0100 Subject: [PATCH] Update Cython req in dev dependencies to >=v3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da5e13e..3c44dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ plotpy-tests = "plotpy.tests:run" plotpy-benchmarks = "plotpy.tests.benchmarks:run" [project.optional-dependencies] -dev = ["ruff", "pylint", "Coverage", "Cython"] +dev = ["ruff", "pylint", "Coverage", "Cython>=3.0"] doc = [ "PyQt5", "sphinx",