From d567532d7187619d7f100a514322e5cad842610c Mon Sep 17 00:00:00 2001 From: Devika Agarwal <33758226+deevdevil88@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:01:56 +0100 Subject: [PATCH] Update pyproject.toml fixing the version of scripy==0.12.2 , as after that scirpy moved to awkward arrays and panpipes ingest hasnt been updated yet to work with the new data strucutre implement since the version v0.13.0. Without the fix, the latest version is installed b default which errors when ingesting repeortoire data with `panpipes_ingest` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2dc39d84..bf173efb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "scib", "scib-metrics", "scikit-misc", - "scirpy", + "scirpy==0.12.2", "scrublet", "scvi-tools", "sqlalchemy",