From e358ca45a24f50f6538025cb8a195608e5f0f6fc Mon Sep 17 00:00:00 2001 From: Koncopd Date: Sat, 4 Jan 2025 10:50:10 +0100 Subject: [PATCH] Add upper bound for scipy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 039018817..4effb35cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "pyarrow", "typing_extensions!=4.6.0", "python-dateutil", + "scipy<1.15.0", # backed sparse is incompatible with 1.15.0 for anndata 1.11.1 "pandas>=2.0.0", # for .infer_objects(copy=False) in lamin-utils "anndata>=0.8.0,<=0.11.1", # will upgrade to new anndata releases "fsspec",