[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/47: gnu: scvelo: Make compatible with latest matplotlib.
From: |
guix-commits |
Subject: |
38/47: gnu: scvelo: Make compatible with latest matplotlib. |
Date: |
Wed, 10 Jan 2024 14:53:00 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit 6b1af2f728c6c0e8ab1bd9fa41e932fae391c7cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 9 15:49:11 2024 +0100
gnu: scvelo: Make compatible with latest matplotlib.
* gnu/packages/bioinformatics.scm (scvelo)[arguments]: Add phase
'matplotlib-compatibility.
Change-Id: Ia761821c8aa1e516525cff7c680db471a5908e5f
---
gnu/packages/bioinformatics.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7650bb5839..7cea70e4b1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20740,6 +20740,11 @@ aligner.")
'(list "-k" "not test_perfect_fit and not test_perfect_fit_2d")
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'matplotlib-compatibility
+ (lambda _
+ (substitute* "scvelo/settings.py"
+ (("warnings.filterwarnings\\(\"ignore\",
category=cbook.mplDeprecation\\)")
+ ""))))
;; Numba needs a writable dir to cache functions.
(add-before 'check 'set-numba-cache-dir
(lambda _
- 22/47: gnu: python-seaborn: Update to 0.13.1., (continued)
- 22/47: gnu: python-seaborn: Update to 0.13.1., guix-commits, 2024/01/10
- 29/47: gnu: python-pyani: Disable tests., guix-commits, 2024/01/10
- 32/47: gnu: cnvkit: Update to 0.9.10., guix-commits, 2024/01/10
- 33/47: gnu: python-plastid: Update to 0.6.1., guix-commits, 2024/01/10
- 34/47: gnu: python-cooler: Update to 0.9.1., guix-commits, 2024/01/10
- 35/47: gnu: python-pint: Update to 0.23., guix-commits, 2024/01/10
- 42/47: gnu: python-hicexplorer: Make compatible with latest scipy., guix-commits, 2024/01/10
- 40/47: gnu: python-scikit-optimize: Make compatible with latest sklearn., guix-commits, 2024/01/10
- 45/47: gnu: Add python-asyncinject., guix-commits, 2024/01/10
- 11/47: gnu: python-scikit-image: Update to 0.22.0., guix-commits, 2024/01/10
- 38/47: gnu: scvelo: Make compatible with latest matplotlib.,
guix-commits <=
- 43/47: gnu: python-pint: Add missing input., guix-commits, 2024/01/10
- 39/47: gnu: python-fit-nbinom: Disable tests., guix-commits, 2024/01/10
- 47/47: gnu: python-click-default-group: Update to 1.2.4., guix-commits, 2024/01/10
- 36/47: gnu: python-demuxem: Disable tests., guix-commits, 2024/01/10
- 41/47: gnu: python-hicmatrix: Update to 17.1., guix-commits, 2024/01/10
- 44/47: gnu: python-metpy: Update to 1.6.0., guix-commits, 2024/01/10
- 46/47: gnu: datasette: Update to 1.0a7., guix-commits, 2024/01/10