From 6c9bbf80711d002ab56b2281f1d44c26bdc30f27 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 21 Nov 2021 09:03:22 +0100 Subject: gnu: python-scanpy: Update to 1.8.2. * gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.8.2. [arguments]: Disable test_clustermap test. --- gnu/packages/bioinformatics.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 51179d602d..3668d0f0af 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -11903,7 +11903,7 @@ implementation differs in these ways: (define-public python-scanpy (package (name "python-scanpy") - (version "1.8.1") + (version "1.8.2") (source (origin (method git-fetch) @@ -11913,7 +11913,7 @@ implementation differs in these ways: (file-name (git-file-name name version)) (sha256 (base32 - "0w1qmv3djqi8q0sn5hv34ivzs157fwjjb9nflfnagnhpxmw8vx5g")))) + "14zax23lqinv7xyv3491vpl3ydi38naiwaxg5mkfs5zk2406cqdr")))) (build-system python-build-system) (arguments `(#:phases @@ -11970,6 +11970,7 @@ implementation differs in these ways: " and not test_scatter_embedding_add_outline_vmin_vmax_norm" " and not test_paga" " and not test_paga_compare" + " and not test_clustermap" ;; These try to connect to the network " and not test_plot_rank_genes_groups_gene_symbols" -- cgit v1.2.3