From 82aa197634b1764c1f11a2a16d3867b744227380 Mon Sep 17 00:00:00 2001 From: "Saullo G. P. Castro" Date: Wed, 11 Oct 2023 23:24:00 +0200 Subject: [PATCH] BLD: trying to fix new build --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..7c5431c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools", "wheel", "numpy", "scipy", "alg3dpy", "cython"]