From 47dfe2d203574484e0fccb10e0b0b1205bc1518f Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Wed, 21 Oct 2020 12:33:33 +0200 Subject: [PATCH] Include default build dependencies in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8f8f2de2..dc67ef6f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["cython==0.29.21", "numpy==1.19.1"] +requires = ["cython==0.29.21", "numpy==1.19.1", "setuptools>=40.8.0", "wheel"] -- GitLab