Skip to content

Commit cf91ad5

Browse files
authored
fix: don't lower bound anndata so high (#1102)
1 parent 78f75ef commit cf91ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)