diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-04 11:17:41 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:25 +0100 |
| commit | 0a414ebdf7c66eebfd22bed2de89a1d1b9e8a566 (patch) | |
| tree | 59d9d03838e83fe6cb2087f5f5cdb68873d964ef /gnu/packages/python-science.scm | |
| parent | b54008bb0829da002c07145fb0f0e57b1175f128 (diff) | |
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index b3934ea6f01..955df2601fe 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") |
