diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-15 21:41:31 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 11:20:21 +0100 |
| commit | 79767ce7aa5976d7f3b8b6f9014c66128bcb09e8 (patch) | |
| tree | c8568feb060427863b713f780d32754b82fe8e9b /gnu/packages/python-science.scm | |
| parent | ec18fea38bfdc5339c112bae4f3a73768c6a2e8e (diff) | |
gnu: python-numpy-groupies: Update to 0.11.3.
* gnu/packages/python-science.scm (python-numpy-groupies): Update to 0.11.3.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add python-numpy.
[native-inputs]: Remove python-pytest-runner and python-numpy; add python-pandas,
python-setuptools, and python-setuptools-scm.
Change-Id: Iffe9007c357ac5f299a07cfb1d3fcd20da862c81
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 2b8a43fe4d3..884edb44018 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2354,19 +2354,22 @@ evaluating arrays of polynomials based on @code{numpy.ndarray objects}.") (define-public python-numpy-groupies (package (name "python-numpy-groupies") - (version "0.9.14") + (version "0.11.3") (source (origin (method url-fetch) (uri (pypi-uri "numpy_groupies" version)) (sha256 - (base32 "000qz0z78rs3l6y0dd2vzvd2lx3mczm2762whwsdnhz6c35axdq1")))) - (build-system python-build-system) + (base32 "1q13gi0018maifhn6dkwi0pprr3p7ikv9r3zffg6p1ayspdazm5f")))) + (build-system pyproject-build-system) (native-inputs - (list python-pytest - python-pytest-runner - python-numba - python-numpy)) + (list python-numba + python-pandas + python-pytest + python-setuptools + python-setuptools-scm)) + (propagated-inputs + (list python-numpy)) (home-page "https://github.com/ml31415/numpy-groupies") (synopsis "Tools for group-indexing operations: aggregated sum and more") (description |
