From 2604cf9a3998c5cc967fdb4bb0c0b8e6e02ab15f Mon Sep 17 00:00:00 2001 From: Severin Dicks <37635888+Intron7@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:36:45 +0200 Subject: [PATCH] remove anndata-rc --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15fa1596..315bd22b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = {file = "README.md", content-type="text/markdown"} dynamic = ["version"] dependencies = [ - "anndata>=0.10.0rc1", + "anndata>=0.10.0", "scanpy>=1.9.3", "numpy>=1.17.0", "decoupler>=1.3.2",