From 07f677213c4bf42ab569c39c9ae762f4771ff2d9 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:55:22 +0100 Subject: [PATCH] add cellfinder-core dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 966622b4..c78a6bb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,8 @@ readme = "README.md" requires-python = ">=3.8.0" dynamic = ["version"] dependencies = [ - "pooch" + "pooch", + "cellfinder-core" ] license = {text = "BSD-3-Clause"}