Skip to content

Commit

Permalink
Remove matplotlib upper pin from (#1143)
Browse files Browse the repository at this point in the history
* Remove upper pin from #1099

* Update format test

* Remove scvelo git install
  • Loading branch information
michalk8 authored Dec 27, 2023
1 parent c11a86b commit cabbd34
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"anndata>=0.9",
"docrep>=0.3.0",
"joblib>=0.13.1",
"matplotlib>=3.5.0,<3.7.2",
"matplotlib>=3.5.0",
"networkx>=2.2",
"numba>=0.51.0,!=0.57.0",
"numpy>=1.22.0",
Expand Down Expand Up @@ -241,8 +241,6 @@ envlist = lint-code,py{3.8,3.9,3.10,3.11}-{slepc,noslepc}
skip_missing_interpreters = true
[testenv]
# TODO(michalk8): remove after new scVelo version is up
deps = git+https://github.com/theislab/scvelo
conda_deps =
py: r-mgcv
py: rpy2
Expand Down
Binary file modified tests/_ground_truth_figures/mode_clustermap_format.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_ground_truth_figures/mode_heatmap_format.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def test_mode_heatmap_format(self, adata: AnnData, fpath: str):
adata,
cluster_key="clusters",
mode="heatmap",
fmt=".10f",
fmt=".1f",
dpi=DPI,
save=fpath,
)
Expand Down Expand Up @@ -489,7 +489,7 @@ def test_mode_clustermap_format(self, adata: AnnData, fpath: str):
adata,
cluster_key="clusters",
mode="clustermap",
fmt=".10f",
fmt=".1f",
dpi=DPI,
save=fpath,
)
Expand Down

0 comments on commit cabbd34

Please sign in to comment.