guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c0b961fd94a99cdb560a59a5d89e55099aba788f
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 29 21:07:07 2025 +0100
gnu: python-hyperopt: Replace python-nose by python-pynose.
* gnu/packages/machine-learning.scm (python-hyperopt)[native-inputs]:
Remove python-black, python-wheel. Replace python-nose by
python-pynose.
Change-Id: Icf1304ed373583a3e827c2f9e9bcb3aa89a9a4c6
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/machine-learning.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index b154ebaa2b..c53187220d 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2782,11 +2782,7 @@ interactive learning.")
python-six
python-tqdm))
(native-inputs
- (list python-black
- python-nose
- python-pymongo
- python-pytest
- python-wheel))
+ (list python-pymongo python-pynose python-pytest))
(home-page "https://hyperopt.github.io/hyperopt/")
(synopsis "Library for hyperparameter optimization")
(description "Hyperopt is a Python library for serial and parallel