From 197c02bee2a842f54976fb8b59ceb2a6ebfdea08 Mon Sep 17 00:00:00 2001 From: neuronflow Date: Fri, 1 Mar 2024 09:48:28 +0100 Subject: [PATCH] introduce all Signed-off-by: neuronflow --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7e5b42..899614b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,12 +57,14 @@ tqdm = "^4.64.1" auxiliary = "^0.0.41" rich = "^13.6.0" - +# optional registration backends antspyx = { version = "^0.4.2", optional = true } [tool.poetry.extras] +all = ["antspyx"] ants = ["antspyx"] + [tool.poetry.dev-dependencies] pytest = "^6.2"