We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b09f64 commit 89ec5c3Copy full SHA for 89ec5c3
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"python-dateutil",
28
"scipy<1.15.0", # backed sparse is incompatible with 1.15.0 for anndata 1.11.1
29
"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
+ "anndata==0.11.4", # will upgrade to new anndata releases
31
"fsspec",
32
"graphviz",
33
"psycopg2-binary",
0 commit comments