[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/59: gnu: scvelo: Make compatible with latest matplotlib.
|
From: |
guix-commits |
|
Subject: |
37/59: gnu: scvelo: Make compatible with latest matplotlib. |
|
Date: |
Tue, 16 Jan 2024 05:24:31 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit 8afce521f4ebabdac1060b528f6aa56171e419c8
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 153b190630..70ba4d65a5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20799,6 +20799,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 _
- 56/59: gnu: python-astroml: Make compatible with recent Matplot and Scipy., (continued)
- 56/59: gnu: python-astroml: Make compatible with recent Matplot and Scipy., guix-commits, 2024/01/16
- 47/59: gnu: python-pandas: Update to 1.5.3., guix-commits, 2024/01/16
- 40/59: gnu: python-hicmatrix: Update to 17.1., guix-commits, 2024/01/16
- 09/59: gnu: python-lazy-loader: Update to 0.3., guix-commits, 2024/01/16
- 19/59: gnu: Add python-contourpy., guix-commits, 2024/01/16
- 24/59: gnu: python-cleanlab: Disable test_aux_inputs, enable other tests., guix-commits, 2024/01/16
- 55/59: gnu: python-bbknn: Update to 1.6.0., guix-commits, 2024/01/16
- 48/59: gnu: python-scikit-bio: Update to 0.5.9., guix-commits, 2024/01/16
- 51/59: gnu: python-telomerecat: Disable tests., guix-commits, 2024/01/16
- 54/59: gnu: python-geopandas: Update to 0.14.2., guix-commits, 2024/01/16
- 37/59: gnu: scvelo: Make compatible with latest matplotlib.,
guix-commits <=
- 20/59: gnu: python-matplotlib: Update to 3.8.2., guix-commits, 2024/01/16
- 42/59: gnu: python-pint: Add missing input., guix-commits, 2024/01/16
- 52/59: gnu: python-xarray: Update to 2023.12.0., guix-commits, 2024/01/16
- 53/59: gnu: python-dask: Propagate click., guix-commits, 2024/01/16
- 50/59: gnu: python-mysql-connector-python: Defuse time bomb., guix-commits, 2024/01/16
- 32/59: gnu: python-plastid: Update to 0.6.1., guix-commits, 2024/01/16
- 35/59: gnu: python-demuxem: Disable tests., guix-commits, 2024/01/16
- 29/59: gnu: python-pegasusio: Disable tests., guix-commits, 2024/01/16
- 41/59: gnu: python-hicexplorer: Make compatible with latest scipy., guix-commits, 2024/01/16
- 28/59: gnu: python-pyani: Disable tests., guix-commits, 2024/01/16