From 5a0b95aeb182241b896a3bd57ad58590e22c9abb Mon Sep 17 00:00:00 2001 From: pattonw Date: Thu, 10 Mar 2022 16:17:00 -0800 Subject: [PATCH] add build dependencies to pyproject.toml --- 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..2f0d410 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools", "wheel", "Cython", "numpy"] \ No newline at end of file