Skip to content

Commit 89ec5c3

Browse files
committed
try latest anndata
1 parent 6b09f64 commit 89ec5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"python-dateutil",
2828
"scipy<1.15.0", # backed sparse is incompatible with 1.15.0 for anndata 1.11.1
2929
"pandas>=2.0.0", # for .infer_objects(copy=False) in lamin-utils
30-
"anndata>=0.8.0,<=0.11.3", # will upgrade to new anndata releases
30+
"anndata==0.11.4", # will upgrade to new anndata releases
3131
"fsspec",
3232
"graphviz",
3333
"psycopg2-binary",

0 commit comments

Comments
 (0)