From c6c7e5e3c5e064590f476ce7ef7435c5ac585c70 Mon Sep 17 00:00:00 2001 From: Bouke van der Bijl Date: Thu, 8 Dec 2022 09:58:28 +0100 Subject: [PATCH] scikit-image: add setuptools --- overrides/build-systems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index a2c3040..2e3185a 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -14949,7 +14949,8 @@ "setuptools-scm" ], "scikit-image": [ - "cython" + "cython", + "setuptools" ], "scikit-learn": [ "cython",