Skip to content

Commit 3574ef3

Browse files
committed
drop fast-array-utils min version to fix CI
1 parent a230bca commit 3574ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test = [
5151
"flake8",
5252
"mofapy2",
5353
"anndata[lazy]",
54-
"fast-array-utils>=1.2.3" # need to explicitly depend on that, see https://github.com/scverse/muon/issues/174
54+
"fast-array-utils" # need to explicitly depend on that, see https://github.com/scverse/muon/issues/174
5555
]
5656

5757
[tool.flit.metadata.urls]

0 commit comments

Comments
 (0)