Skip to content

Commit a230bca

Browse files
committed
explicitly depend on fast-array-utils for testing (closes #174)
1 parent 97b767d commit a230bca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ test = [
5050
"pytest",
5151
"flake8",
5252
"mofapy2",
53-
"anndata[test]"
53+
"anndata[lazy]",
54+
"fast-array-utils>=1.2.3" # need to explicitly depend on that, see https://github.com/scverse/muon/issues/174
5455
]
5556

5657
[tool.flit.metadata.urls]

0 commit comments

Comments
 (0)