From 03aa7c6ed1cd20020627e46d36e710952803aafe Mon Sep 17 00:00:00 2001 From: gagolews Date: Thu, 22 Aug 2024 12:00:56 +0200 Subject: [PATCH] more --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ]