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",