[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
188/455: gnu: python-liana-py: Update to 1.4.0.
From: |
guix-commits |
Subject: |
188/455: gnu: python-liana-py: Update to 1.4.0. |
Date: |
Mon, 20 Jan 2025 15:46:59 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8979655ddf8d2903f4d6481bbbc519227d6ffc2c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 8 20:19:06 2025 +0100
gnu: python-liana-py: Update to 1.4.0.
* gnu/packages/bioinformatics.scm (python-liana-py): Update to 1.4.0.
[arguments]: Adjust disabled tests.
Change-Id: I9245285e2d043b5e7cbce5fb95a30982cd981597
---
gnu/packages/bioinformatics.scm | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 05278882ec..7e21809cbd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2679,7 +2679,7 @@ servers supporting the protocol.")
(define-public python-liana-py
(package
(name "python-liana-py")
- (version "1.1.0")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2688,7 +2688,7 @@ servers supporting the protocol.")
(file-name (git-file-name name version))
(sha256
(base32
- "0f5al0v55haja91q9gd409v7q78mmp1wv9znsplsbjp6lfspjfnw"))))
+ "1kwbhfmsjhfc6m4kcp4zc2xgzg1qf16ywfkdamn868anwwrvjxzb"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2696,20 +2696,36 @@ servers supporting the protocol.")
'(list "-k"
;; These tests require internet access.
(string-append "not test_generate_lr_resource"
+ " and not test_get_hcop"
" and not test_get_metalinks"
" and not test_get_metalinks_values"
" and not test_describe_metalinks"
" and not test_generate_nondefault_lr_resource"
+ " and not test_translate_resource"
;; Minor accuracy difference
" and not test_bivar_morans_perms"
+ ;; XXX "local_scores" array has wrong type.
+ ;; See
https://github.com/saezlab/liana-py/issues/147
+ " and not test_morans_analytical"
+ " and not test_cosine_permutation"
+ " and not test_jaccard_pval_none_cats"
+ " and not test_large_adata"
+ ;; XXX ligand column differs: the left column
+ ;; contains duplicates.
+ " and not test_liana_pipe_not_defaults"
+ " and not test_liana_pipe_defaults"
;; XXX unclear failure: 'coo_matrix' object is not
;; subscriptable
" and not test_bivar_product"
- )
+ ;; XXX unclear failure: large difference in data
+ ;; frames.
+ " and not test_aggregate_res")
;; These need the optional squidpy, which we don't have yet.
"--ignore=liana/tests/test_misty.py"
;; These need the optional corneto.
- "--ignore=liana/tests/test_causalnet.py")
+ "--ignore=liana/tests/test_causalnet.py"
+ ;; Needs internet access.
+ "--ignore=liana/tests/test_orthology.py")
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
- 84/455: gnu: python-cryptography-vectors: Update to 44.0.0., (continued)
- 84/455: gnu: python-cryptography-vectors: Update to 44.0.0., guix-commits, 2025/01/20
- 79/455: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2025/01/20
- 116/455: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/20
- 128/455: gnu: Remove python-dataclasses., guix-commits, 2025/01/20
- 76/455: gnu: python-cwl-upgrader: Add missing inputs., guix-commits, 2025/01/20
- 134/455: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/20
- 138/455: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/20
- 195/455: gnu: python-scikit-allel: Update to 1.3.13., guix-commits, 2025/01/20
- 174/455: gnu: python-scanpy: Update to 1.10.4., guix-commits, 2025/01/20
- 160/455: gnu: Remove python-fastapi-for-pytorch-lightning., guix-commits, 2025/01/20
- 188/455: gnu: python-liana-py: Update to 1.4.0.,
guix-commits <=
- 186/455: gnu: python-decoupler-py: Add missing input., guix-commits, 2025/01/20
- 196/455: gnu: python-scikit-fuzzy: Add missing inputs., guix-commits, 2025/01/20
- 198/455: gnu: python-osqp: Add missing inputs., guix-commits, 2025/01/20
- 210/455: gnu: scregseg: Patch for numpy compatibility., guix-commits, 2025/01/20
- 223/455: gnu: python-reproject: Add missing input., guix-commits, 2025/01/20
- 220/455: gnu: python-astropy-minimal: Add missing input., guix-commits, 2025/01/20
- 247/455: gnu: Add python-nanobind., guix-commits, 2025/01/20
- 248/455: gnu: Add python-soxr., guix-commits, 2025/01/20
- 262/455: gnu: python-django-redis: Use pyproject-build-system., guix-commits, 2025/01/20
- 267/455: gnu: python-django-tagging: Update to 0.5.1., guix-commits, 2025/01/20