mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: python-scikit-opt: Add missing input.
* gnu/packages/python-science.scm (python-scikit-opt)[propagated-inputs]: Add python-pytorch. Change-Id: I037cc43bedeaebb05bf038c0bca72919f8c27c40
This commit is contained in:
parent
da4006d474
commit
d85a19a29c
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ (define-public python-scikit-opt
|
|||
(sha256
|
||||
(base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-numpy python-scipy))
|
||||
(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…
Reference in a new issue