Skip to content

Commit

Permalink
Temporarily limit anndata version to < 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovarrone committed Nov 7, 2024
1 parent 49ac45a commit 0edcae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ urls.Documentation = "https://cellcharter.readthedocs.io/"
urls.Source = "https://github.com/CSOgroup/cellcharter"
urls.Home-page = "https://github.com/CSOgroup/cellcharter"
dependencies = [
"anndata",
"anndata < 0.11.0",
"scikit-learn",
"squidpy",
"torchgmm",
Expand Down
1 change: 0 additions & 1 deletion src/cellcharter/gr/_nhood.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ def diff_nhood_enrichment(
%(copy)s
nhood_kwargs
Keyword arguments for :func:`gr.nhood_enrichment`. The following arguments are not allowed:
- ``'observed_expected'``
- ``n_perms``
- ``pvalues``
- ``n_jobs``
Expand Down

0 comments on commit 0edcae0

Please sign in to comment.