mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scikit-opt: Add missing input.
* gnu/packages/python-science.scm (python-scikit-opt)[native-inputs]: Add python-setuptools. Change-Id: Id14e3964257e250c1ba597c6d8fe1a0410fa475f
This commit is contained in:
parent
3044e3821c
commit
38065d8104
1 changed files with 1 additions and 0 deletions
|
@ -658,6 +658,7 @@ logic, also known as grey logic.")
|
|||
(base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-numpy python-pytorch python-scipy))
|
||||
(native-inputs (list python-setuptools))
|
||||
(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