diff --git a/pyproject.toml b/pyproject.toml index 7557817..4329ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,6 @@ requires = [ "Cython", # not: cython "numpy>=2.0.0rc1", - "scipy" + "scipy", + "setuptools" ]