~ruther/guix-local

782d532a4076bd6b89313d2d93a5ee6a9748f864 — Sharlatan Hellseher 4 months ago 0dfb6a4
gnu: python-algopy: Update to 0.7.2.

* gnu/packages/python-science.scm (python-algopy): Update to 0.7.2.
[native-inputs]: Remove python-wheel.

Change-Id: Ifac98dffd209bea3d50ef3ded0a0aee0a24faa8c
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +3 -4
@@ 226,18 226,17 @@ implements the latter option to help with matplotlib graphs.")
(define-public python-algopy
  (package
    (name "python-algopy")
    (version "0.6.0") ; the higher versions requir NumPy 2+ stack
    (version "0.7.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "algopy" version))
       (sha256
        (base32 "1vjrzzxa3gvyh2zvm1vwg0s6a7dv23rihgdvgyj1vqniyymp91nq"))))
        (base32 "0l9d4pkbal6m6q8v6w5zr9wlij4sfycc8i2w7irk0i4n8hyvm0ja"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools
           python-wheel))
           python-setuptools))
    (propagated-inputs
     (list python-numpy
           python-scipy))