From 8e50a8d184ff1d9244e65e0c5d7edbedfbad2a03 Mon Sep 17 00:00:00 2001 From: SarahOuologuem Date: Wed, 17 Apr 2024 09:21:41 +0000 Subject: [PATCH] pin scipy for spatial --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4b7b8184..64a2638e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ spatial = [ "jax==0.4.23", "jaxlib==0.4.23", "scvi-tools==1.0.4", + "scipy==1.12.0", "squidpy", "cell2location", "tangram-sc"