mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
ec18fea38b
commit
79767ce7aa
1 changed files with 10 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue