mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-botorch: Add missing native-inputs.
* gnu/packages/machine-learning.scm (python-botorch)[native-inputs]: Add python-setuptools, python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
fd9b448bed
commit
691ef2ca0f
1 changed files with 3 additions and 1 deletions
|
@ -6700,7 +6700,9 @@ linear algebra routines needed for structured matrices (or operators).")
|
|||
python-scipy))
|
||||
(native-inputs (list python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools-scm))
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(home-page "https://botorch.org")
|
||||
(synopsis "Bayesian Optimization in PyTorch")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue