From fc27af132149407a575e7c97064e9f2829df3259 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 7 Jan 2025 13:44:13 -0500 Subject: [PATCH] [python] Unpin `scipy` --- apis/python/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apis/python/setup.py b/apis/python/setup.py index ece776b0bb..37a1703008 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -340,9 +340,7 @@ def run(self): "pandas", "pyarrow", "scanpy>=1.9.2", - # https://github.com/single-cell-data/TileDB-SOMA/issues/3444 - # https://github.com/scverse/anndata/issues/1802 - "scipy<1.15.0", + "scipy", # Note: the somacore version is also in .pre-commit-config.yaml "somacore==1.0.26", "typing-extensions", # Note "-" even though `import typing_extensions`