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:
Nicolas Graves 2025-04-04 21:16:50 +02:00 committed by Andreas Enge
parent fd9b448bed
commit 691ef2ca0f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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