mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scikit-opt: Fix tests.
* gnu/packages/python-science.scm (python-scikit-opt)[native-inputs]: Add python-pytest. Change-Id: I55b2659c9b897ed170c12c9407d9828f469393c6
This commit is contained in:
parent
2e105ea1ad
commit
c3f2265c18
1 changed files with 7 additions and 2 deletions
|
@ -2897,8 +2897,13 @@ and scientific computing.")
|
|||
(sha256
|
||||
(base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-numpy python-pytorch python-scipy))
|
||||
(native-inputs (list python-setuptools))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-numpy
|
||||
python-pytorch
|
||||
python-scipy))
|
||||
(home-page "https://github.com/guofei9987/scikit-opt")
|
||||
(synopsis "Swarm intelligence algorithms in Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue