From e4e3bedab14f91ab379ef26e5da2dd3878de41a9 Mon Sep 17 00:00:00 2001 From: Ori Kronfeld Date: Sun, 22 Sep 2024 14:08:05 +0300 Subject: [PATCH] Update pyproject.toml (#2989) Added scib-metrics package to tutorials --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9b1221c290..43c9bd4768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,6 +109,7 @@ tutorials = [ "igraph", "scikit-misc", "scrublet", + "scib-metrics", "scvi-tools[optional]", "squidpy", ]