From 569efe9419241ce63494ebc5b809c1ae25a85320 Mon Sep 17 00:00:00 2001 From: amrukwa Date: Mon, 20 Dec 2021 18:56:28 +0100 Subject: [PATCH] add setuptools to build dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bc1e7fc..5c22394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,5 +72,6 @@ fit-clusters = "divik._cli.fit_clusters:main" requires = [ "poetry-core>=1.0.0", "numpy>=0.12.1", + setuptools = "^60.0.0" ] build-backend = "poetry.core.masonry.api"