From b61a8817dbb93a6ee1fba35cdb93307bb6ce7991 Mon Sep 17 00:00:00 2001 From: Dominik Klein Date: Thu, 13 Feb 2025 11:37:04 +0100 Subject: [PATCH] fix dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a4dccb9c..405909b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ test = [ "pytest-mock>=3.5.0", "pytest-cov>=4", "coverage[toml]>=7", + "moscot[neural]" ] docs = [ "sphinx>=5.1.1",