From 5f41e8f2ba39b8ae1ca5b7f5bbb5acb9630107e2 Mon Sep 17 00:00:00 2001 From: Ori Kronfeld Date: Mon, 30 Sep 2024 18:36:59 +0300 Subject: [PATCH] Update pyproject.toml removal of gdown from requirements as it is not needed in cellassign tutorial --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d890ce4843..18d55569d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,6 @@ optional = [ ] tutorials = [ "cell2location", - "gdown", "jupyter", "leidenalg", "muon",