diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-09 21:00:33 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:18:30 +0100 |
| commit | 782d532a4076bd6b89313d2d93a5ee6a9748f864 (patch) | |
| tree | 1d5a1e47a9635a09a5cd2c5712de7881ba030a21 /gnu | |
| parent | 0dfb6a47a309b01358dc405d8dd3abab512c3213 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 4e19c15fff5..ad8ccaa753e 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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)) |
