summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-04-04 21:16:50 +0200
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:27 +0200
commit691ef2ca0fbfc85afc3d21c1e5cfd198f5575b88 (patch)
tree8f2bf955fea3f20f4cee2d978ac588ff2529172c
parentfd9b448bed1ef835c0afd2c33517895da92fc36f (diff)
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>
-rw-r--r--gnu/packages/machine-learning.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index fac4f971c7..cfb54e33f6 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -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