Skip to content

Commit

Permalink
fix: missing seaborn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Sep 14, 2024
1 parent 939c0f8 commit ee41361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import scanvi_explainer

## Utilities

```{eval-rst}
.. currentmodule:: scanvi_explainer.utils
```

```{eval-rst}
.. currentmodule:: scanvi_explainer
```
Expand All @@ -38,15 +34,11 @@ import scanvi_explainer
:nosignatures:
:toctree: generated/
train_test_group_split
utils.train_test_group_split
```

## Plots

```{eval-rst}
.. currentmodule:: scanvi_explainer.plots
```

```{eval-rst}
.. currentmodule:: scanvi_explainer
```
Expand All @@ -56,5 +48,5 @@ import scanvi_explainer
:toctree: generated/
:nosignatures:
feature_plot
plots.feature_plot
```
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ keywords = ["shap", "scanvi", "explainer", "interpretability"]
dependencies = [
"anndata",
"rich",
"seaborn",
"scvi-tools",
"shap>=0.41.0",
]
Expand Down

0 comments on commit ee41361

Please sign in to comment.