Skip to content

Commit cc15f06

Browse files
committed
Fixup: Fix doc test, Anndata/Scanpy incompatibility
1 parent 810f1ae commit cc15f06

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/examples.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ Plain AnnData with ScanPy
3131
SquidPy
3232
-------
3333

34+
.. note:: Example may not work
35+
SquidPy (0.4.1) is not anymore compatible with the dependencies used in this project.
36+
3437
.. testcode::
38+
:skipif: True
3539

3640
from metaspace_converter import metaspace_to_anndata
3741
import squidpy as sq

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ docs = [
5555
# For example code in documentation
5656
"scanpy~=1.11.5",
5757
"spatialdata-plot~=0.2.9",
58-
"squidpy~=1.4.1",
58+
#"squidpy~=1.4.1", # Has not been updated to anndata>0.10.9, which is incompatible with SpatialData
5959
]
6060

6161
[project.urls]

0 commit comments

Comments
 (0)