guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a7d4096793b12af3532fd4466e31efd2816ed218
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 11:17:41 2026 +0000
gnu: python-paramz: Use python-numpy@1.
* gnu/packages/python-science.scm (python-paramz):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
Change-Id: Ibc355d9a6e1ab635f63c21fe5e068a0ddfcc906a
---
gnu/packages/python-science.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b3934ea6f0..955df2601f 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5760,7 +5760,7 @@ to do spectral analysis in Python.")
python-wheel))
(propagated-inputs
(list python-decorator
- python-numpy
+ python-numpy-1
python-scipy
python-six))
(home-page "https://github.com/sods/paramz")