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:
Ricardo Wurmus 2024-04-30 11:28:55 +02:00
parent da4006d474
commit d85a19a29c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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