~ruther/guix-local

691ef2ca0fbfc85afc3d21c1e5cfd198f5575b88 — Nicolas Graves 1 year, 3 months ago fd9b448
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>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +3 -1
@@ 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