[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77246] [PATCH 07/18] gnu: python-cell2cell: Update to 0.7.4.
From: |
Nicolas Graves |
Subject: |
[bug#77246] [PATCH 07/18] gnu: python-cell2cell: Update to 0.7.4. |
Date: |
Tue, 25 Mar 2025 08:56:43 +0100 |
* gnu/packages/bioinformatics.scm (python-cell2cell): Update to 0.7.4.
[source]{origin}: Relax requirements in snippet.
---
gnu/packages/bioinformatics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c6fc760ec0..172902541a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2406,7 +2406,7 @@ (define-public python-bulkvis
(define-public python-cell2cell
(package
(name "python-cell2cell")
- (version "0.6.8")
+ (version "0.7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2415,7 +2415,7 @@ (define-public python-cell2cell
(file-name (git-file-name name version))
(sha256
(base32
- "1hwww0rcv8sc4k312n4d0jhbyix1jjqgv5djg25bw8127q5iym3s"))
+ "02cqc5rm0qkm0np1k7bim1w7f5qjnwf1jcm5albd9cpvfs4bwgdr"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -2431,6 +2431,8 @@ (define-public python-cell2cell
(("'statannotations',") "")
;; We provide version 1.0.4, which should be fine.
(("'gseapy == 1.0.3'") "'gseapy'")
+ ;; We provide version 0.9.0, which should be fine.
+ (("'tensorly == 0.8.1'") "'tensorly'")
;; Using matplotlib 3.5.2 leads to this bug:
;; https://github.com/earmingol/cell2cell/issues/19 but we
;; can't package a different minor version of matplotlib
--
2.49.0
- [bug#77246] [PATCH python-team 00/18] One more iteration with a few fixes, Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 01/18] gnu: python-biom-format: Update to 2.1.16., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 03/18] gnu: python-cleanlab: Update to 2.7.1., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 04/18] gnu: python-cesium: Move to (gnu packages astronomy)., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 06/18] gnu: crossmap: Add missing python-pyparsing native-input., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 08/18] gnu: python-ncls: Update to 0.0.68., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 09/18] gnu: python-nptyping: Ignore failing test., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 02/18] gnu: pairadise: Add missing native-inputs., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 07/18] gnu: python-cell2cell: Update to 0.7.4.,
Nicolas Graves <=
- [bug#77246] [PATCH 05/18] gnu: python-bx-python: Update to 0.13.0., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 12/18] gnu: Add python-unix-ar., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 13/18] gnu: pwntools: Update to 4.4.0., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 16/18] gnu: python-netaddr: Move to (gnu packages python-web)., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 15/18] gnu: Standardize python-oslo.* package names., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 11/18] gnu: Add python-colored-traceback., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 14/18] gnu: python-debtcollector: Update to 3.0.0., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 18/18] gnu: python-aiosmtpd: Update to 1.4.6., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 17/18] gnu: python-netaddr: Update to 1.3.0., Nicolas Graves, 2025/03/25
- [bug#77246] [PATCH 10/18] gnu: python-pegasusio: Update to 0.9.1., Nicolas Graves, 2025/03/25