me
/
guix
Archived
1
0
Fork 0

gnu: python-scikit-opt: Add missing input.

* gnu/packages/python-science.scm (python-scikit-opt)[propagated-inputs]: Add
python-pytorch.

Change-Id: I037cc43bedeaebb05bf038c0bca72919f8c27c40
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ logic, also known as grey logic.")
(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