From f0b5e9bc771129e95144328d73c33bff17777bf6 Mon Sep 17 00:00:00 2001 From: Luca Marconato Date: Wed, 28 Jan 2026 15:10:52 +0100 Subject: [PATCH 1/2] exclude 1.7.0 for issue anndata 339 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 048a917a..230711fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "shapely>=2.0.1", "spatial_image>=1.2.3", "scikit-image", - "scipy", + "scipy!=1.7.0", "typing_extensions>=4.8.0", "universal_pathlib>=0.2.6", "xarray>=2024.10.0", From c70554d2eb474c073d7a662f865fd39f46f8350c Mon Sep 17 00:00:00 2001 From: Luca Marconato Date: Wed, 28 Jan 2026 15:19:59 +0100 Subject: [PATCH 2/2] typo: 7 -> 17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 230711fe..655c54f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "shapely>=2.0.1", "spatial_image>=1.2.3", "scikit-image", - "scipy!=1.7.0", + "scipy!=1.17.0", "typing_extensions>=4.8.0", "universal_pathlib>=0.2.6", "xarray>=2024.10.0",