diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-07 15:45:35 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:22:14 +0100 |
| commit | 2e32e4941eaa458249979671a7b45edd13f97a46 (patch) | |
| tree | 6f0e90002811d8ee1d3b56f985d410c7237c3617 /gnu | |
| parent | 716fe2f4dab4d95f87eb7ca2429151ede48f664c (diff) | |
gnu: python-pyemd: Use python-numpy@1.
* gnu/packages/python-xyz.scm (python-pyemd):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
[native-inputs]: Remove python-wheel.
Change-Id: I7cad3d609f1eec432d3e77945ffd2b2dc30b4900
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f9a1483c7f8..5a7d239b5bc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23781,13 +23781,13 @@ as well as section details and data available.") (base32 "1zh0v47lxa33xg04jyvblzl1g4m3k2khx0b3xr6isnyinbkmlaxl")))) (build-system pyproject-build-system) - (propagated-inputs (list python-numpy)) (native-inputs (list python-cython python-pytest python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) + (propagated-inputs + (list python-numpy-1)) (home-page "https://github.com/wmayner/pyemd") (synopsis "Wrapper for Pele and Werman's implementation of the Earth Mover's Distance") |
