We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b767d commit a230bcaCopy full SHA for a230bca
1 file changed
pyproject.toml
@@ -50,7 +50,8 @@ test = [
50
"pytest",
51
"flake8",
52
"mofapy2",
53
- "anndata[test]"
+ "anndata[lazy]",
54
+ "fast-array-utils>=1.2.3" # need to explicitly depend on that, see https://github.com/scverse/muon/issues/174
55
]
56
57
[tool.flit.metadata.urls]
0 commit comments