Skip to content

Commit

Permalink
Catplot fix (#2739)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp A <flying-sheep@web.de>
  • Loading branch information
eroell and flying-sheep committed Nov 13, 2023
1 parent 2c48d27 commit e8b6b00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/1.9.7.md
Expand Up @@ -4,3 +4,4 @@
```
- Fix handling of numpy array palettes (e.g. after write-read cycle) {pr}`2734` {smaller}`P Angerer`
- Specify correct version of `matplotlib` dependency {pr}`2733` {smaller}`P Fisher`
- Fix {func}`scanpy.pl.violin` usage of `seaborn.catplot` {pr}`2739` {smaller}`E Roellin`
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -53,7 +53,7 @@ dependencies = [
# pandas 2.1.2 has pandas/issues/52927
"pandas >=1.1.1, !=2.1.2",
"scipy>=1.4",
"seaborn!=0.13.0",
"seaborn>=0.13.0",
"h5py>=3",
"tqdm",
"scikit-learn>=0.24",
Expand Down
1 change: 0 additions & 1 deletion scanpy/plotting/_anndata.py
Expand Up @@ -803,7 +803,6 @@ def violin(
col=x,
col_order=keys,
sharey=False,
order=keys,
cut=0,
inner=None,
**kwds,
Expand Down

0 comments on commit e8b6b00

Please sign in to comment.