diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-25 08:56:43 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:21 +0200 |
| commit | 0edfbc0475e9654083654d834f20dc30d85fe04d (patch) | |
| tree | ef60680dbba97948be15be3989c00df7e2b06735 | |
| parent | 7bf43290195e58c8993e82becf7620e845c3492b (diff) | |
gnu: python-cell2cell: Update to 0.7.4.
* gnu/packages/bioinformatics.scm (python-cell2cell): Update to 0.7.4.
[source]{origin}: Relax requirements in snippet.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ee1143cf104..04ab818664c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2424,7 +2424,7 @@ to explore and analyze bulk RNA-seq data.") (define-public python-cell2cell (package (name "python-cell2cell") - (version "0.6.8") + (version "0.7.4") (source (origin (method git-fetch) (uri (git-reference @@ -2433,7 +2433,7 @@ to explore and analyze bulk RNA-seq data.") (file-name (git-file-name name version)) (sha256 (base32 - "1hwww0rcv8sc4k312n4d0jhbyix1jjqgv5djg25bw8127q5iym3s")) + "02cqc5rm0qkm0np1k7bim1w7f5qjnwf1jcm5albd9cpvfs4bwgdr")) (modules '((guix build utils))) (snippet '(begin @@ -2449,6 +2449,8 @@ to explore and analyze bulk RNA-seq data.") (("'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 |
