diff --git a/pyproject.toml b/pyproject.toml index 738c18fa..8d0df499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ optional-dependencies.dev = [ [build-system] build-backend = "setuptools.build_meta" requires = [ - "setuptools >= 61.0", + "setuptools[core] >= 61.0", "cython>=3.1.0a1 ; python_version >= '3.13'", # Cython3.1 needed for free-threaded python "cython<3 ; python_version < '3.8'", # Cython3.1 dropped support for python<3.8 "cython ; python_version >= '3.8' and python_version < '3.13'", # no particular requirements