Skip to content

Commit

Permalink
change dependency from matplotlib to matplotlib-base
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed May 30, 2024
1 parent 30046bc commit 0ec5ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Release Notes
* avoid devision by zero in `select_branch_cells` for very small datasets
* make branch selection robust against NaNs
* do not plot unclustered trends (NaN cluster) in `plot_gene_trend_clusters`
* change dependency from `matplotlib` to `matplotlib-base`

### Version 1.3.3
* optional progress bar with `progress=True` in `palantir.utils.run_local_variability`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"joblib",
"fcsparser>=0.1.2",
"leidenalg>=0.9.1",
"matplotlib>=2.2.2",
"matplotlib-base>=2.2.2",
"anndata>=0.8.0",
"scanpy>=1.6.0",
"mellon>=1.3.0",
Expand Down

0 comments on commit 0ec5ee6

Please sign in to comment.