From 146b56f9c5f80dad5f51fe92a8edd562f8422030 Mon Sep 17 00:00:00 2001 From: Laurence Pascall Date: Tue, 7 May 2024 15:31:16 -0700 Subject: [PATCH] Specify build requirements --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..230790b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[build-system] +requires = [ + 'numpy', + 'setuptools' +]