Skip to content

Commit 67588fd

Browse files
committed
fix sphinx ref
Signed-off-by: Lukas Heumos <[email protected]>
1 parent 79dcab4 commit 67588fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pertpy/tools/_milo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def make_nhoods(
8484
If `copy=True`, returns the copy of `adata` with the result in `.obs`, `.obsm`, and `.uns`.
8585
Otherwise:
8686
87-
nhoods: scipy.sparse._csr.csr_matrix in `adata.obsm['nhoods']`.
87+
nhoods: :class:`scipy.sparse.csr_matrix` in `adata.obsm['nhoods']`.
8888
A binary matrix of cell to neighbourhood assignments. Neighbourhoods in the columns are ordered by the order of the index cell in adata.obs_names
8989
9090
nhood_ixs_refined: pandas.Series in `adata.obs['nhood_ixs_refined']`.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pertpy"
77
version = "1.0.3"
88
description = "Perturbation Analysis in the scverse ecosystem."
99
readme = "README.md"
10-
requires-python = ">=3.11,<3.14"
10+
requires-python = ">=3.12,<3.14"
1111
license = {file = "LICENSE"}
1212
authors = [
1313
{name = "Lukas Heumos"},
@@ -67,6 +67,7 @@ dependencies = [
6767
"fast-array-utils[accel,sparse]",
6868
"lamin_utils",
6969
"arviz",
70+
"filelock"
7071
]
7172

7273
[project.optional-dependencies]

0 commit comments

Comments
 (0)