gnu: python-fast-histogram: Adjust inputs.

* gnu/packages/python-science.scm (python-fast-histogram)
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I53e2ce8019c421894e50138099539021a91f7c24
This commit is contained in:
Sharlatan Hellseher 2024-11-10 14:38:08 +00:00
parent cf0e5934d2
commit 62f52b0e71
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1748,11 +1748,14 @@ higher scores.")
(add-before 'check 'build-extensions
(lambda _
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
(propagated-inputs (list python-numpy))
(native-inputs
(list python-hypothesis
python-pytest
python-setuptools-scm))
python-setuptools
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-numpy))
(home-page "https://github.com/astrofrog/fast-histogram")
(synopsis "Fast simple 1D and 2D histograms")
(description