From 0669d337cee6262d6c5b647591d6c3c3f3652b25 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Tue, 15 Oct 2024 08:41:44 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fa27fcd8a..44e5b5444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,10 @@ test = [ 'pytest', 'coverage', 'black', + 'sc-dandelion>=0.3.5', + 'scikit-bio>=0.5.7', + 'rectangle-packer', + 'parasail != 1.2.1', ] dandelion = [ 'sc-dandelion>=0.3.5',