Skip to content

Commit 5d4dcd1

Browse files
authored
fix: don't lower bound anndata so high
1 parent 78f75ef commit 5d4dcd1

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
@@ -22,7 +22,7 @@ dynamic= [
2222
license = {file = "LICENSE"}
2323
readme = "README.md"
2424
dependencies = [
25-
"anndata>=0.12.10",
25+
"anndata>=0.9.1",
2626
"annsel>=0.1.2",
2727
"click",
2828
"dask-image",

0 commit comments

Comments
 (0)