Skip to content

Commit

Permalink
Backport PR #2733 on branch 1.9.x (Require matplotlib 3.6+ for colorm…
Browse files Browse the repository at this point in the history
…aps) (#2738)

Co-authored-by: paul fisher <paul@pfish.zone>
  • Loading branch information
meeseeksmachine and thetorpedodog committed Nov 8, 2023
1 parent d1fe8da commit ec4d79f
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 ec4d79f

Please sign in to comment.