Skip to content

Commit

Permalink
Backport PR scverse#2733: Require matplotlib 3.6+ for colormaps
Browse files Browse the repository at this point in the history
  • Loading branch information
thetorpedodog authored and meeseeksmachine committed Nov 8, 2023
1 parent d1fe8da commit 77235dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release-notes/1.9.7.md
Expand Up @@ -3,3 +3,4 @@
```{rubric} Bug fixes
```
- 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`
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"anndata>=0.7.4",
# numpy needs a version due to #1320
"numpy>=1.17.0",
"matplotlib>=3.4",
"matplotlib>=3.6",
# pandas 2.1.2 has pandas/issues/52927
"pandas >=1.1.1, !=2.1.2",
"scipy>=1.4",
Expand Down

0 comments on commit 77235dc

Please sign in to comment.