Skip to content

Commit

Permalink
Bump matplotlib and pandas version deps (scverse#2212)
Browse files Browse the repository at this point in the history
* Bump matplotlib and pandas version deps

* release note
  • Loading branch information
ivirshup authored Apr 5, 2022
1 parent 14d65b4 commit 86e2a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/1.9.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
```

- {func}`~scanpy.pp.normalize_total` works when Dask is not installed {pr}`2209` {smaller}`R Cannoodt`
- Fix embedding plots by bumping matplotlib dependency to version 3.4 {pr}`2212` {smaller}`I Virshup`

```{rubric} Ecosystem
```
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ dependencies = [
"anndata>=0.7.4",
# numpy needs a version due to #1320
"numpy>=1.17.0",
# Matplotlib 3.1 causes an error in 3d scatter plots (https://github.com/matplotlib/matplotlib/issues/14298)
# But matplotlib 3.0 causes one in heatmaps
"matplotlib>=3.1.2",
"pandas>=0.21",
"matplotlib>=3.4",
"pandas>=1.0",
"scipy>=1.4",
"seaborn",
"h5py>=3",
Expand Down

0 comments on commit 86e2a35

Please sign in to comment.