summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-28 15:02:47 +0200
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-29 10:17:49 +0200
commit69e48336664b62010fed3b947efdc1037f96dfdb (patch)
tree545a5cc7a44aa592e6df42d20971df3f3c353949
parent321de2bca5667a91ddcb948096221e95dc674d82 (diff)
algebra: python-pylops: Update to 2.8.0.
* guix-science/packages/algebra.scm (python-pylops) [source]: Update to 2.8.0. [native-inputs]: Add python-{hatch-vcs,hatchling}. Remove python-{setuptools, setuptools-scm}.
-rw-r--r--guix-science/packages/algebra.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix-science/packages/algebra.scm b/guix-science/packages/algebra.scm
index 8fba96e..0a02b02 100644
--- a/guix-science/packages/algebra.scm
+++ b/guix-science/packages/algebra.scm
@@ -549,7 +549,7 @@ presenting a unified interface for all the supported transforms.")
549(define-public python-pylops 549(define-public python-pylops
550 (package 550 (package
551 (name "python-pylops") 551 (name "python-pylops")
552 (version "2.6.0") 552 (version "2.8.0")
553 (source 553 (source
554 (origin 554 (origin
555 (method git-fetch) 555 (method git-fetch)
@@ -558,7 +558,7 @@ presenting a unified interface for all the supported transforms.")
558 (commit (string-append "v" version)))) 558 (commit (string-append "v" version))))
559 (file-name (git-file-name name version)) 559 (file-name (git-file-name name version))
560 (sha256 560 (sha256
561 (base32 "1rvbrl3w7npkc6ydb4bvl55vkvmy7azk8np9q181lg89pwy1qn1j")))) 561 (base32 "00kkgk6b50ziy6kvr74iw5avawbjy79alhy3f94p747cida63lg6"))))
562 (build-system pyproject-build-system) 562 (build-system pyproject-build-system)
563 (arguments 563 (arguments
564 (list 564 (list
@@ -585,7 +585,7 @@ presenting a unified interface for all the supported transforms.")
585 ;; Yields "AssertionError: Arrays are not almost equal to -1 decimals". 585 ;; Yields "AssertionError: Arrays are not almost equal to -1 decimals".
586 "--deselect=pytests/test_estimators.py::test_trace_nahutchpp[par0]"))) 586 "--deselect=pytests/test_estimators.py::test_trace_nahutchpp[par0]")))
587 (propagated-inputs (list python-numpy python-scipy)) 587 (propagated-inputs (list python-numpy python-scipy))
588 (native-inputs (list python-pytest python-setuptools python-setuptools-scm)) 588 (native-inputs (list python-hatch-vcs python-hatchling python-pytest))
589 (home-page "https://pylops.readthedocs.io/") 589 (home-page "https://pylops.readthedocs.io/")
590 (synopsis "Linear-operator library for Python") 590 (synopsis "Linear-operator library for Python")
591 (description 591 (description