mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-supersmoother: Fix build
* gnu/packages/python-science.scm (python-supersmoother): [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I33f151e74d54b6e0647b3cfae73c063522c35ea3
This commit is contained in:
parent
4131737b55
commit
0c0c2d8815
1 changed files with 7 additions and 2 deletions
|
@ -3570,8 +3570,13 @@ proportional-integral-derivative} controller.")
|
|||
(sha256
|
||||
(base32 "1lkj8l2mpki6x2pxcwlrplx63lhi8h9v2rzxgjfb0cppsfr8m1wp"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-numpy))
|
||||
(native-inputs (list python-scipy))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-scipy
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(home-page "http://github.com/jakevdp/supersmoother")
|
||||
(synopsis "Python implementation of Friedman's Supersmoother")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue