andreas pushed a commit to branch python-team
in repository guix.
commit 691ef2ca0fbfc85afc3d21c1e5cfd198f5575b88
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Apr 4 21:16:50 2025 +0200
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 <[email protected]>
---
gnu/packages/machine-learning.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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