guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6ce3ab022e0e3ae1a8dd7445d64c73f9e84d6e0c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Aug 19 15:17:53 2025 +0100
gnu: onnx-optimizer: Reduce closure size.
* gnu/packages/machine-learning.scm (onnx-optimizer) [native-inputs]:
Remove python-pytest-runner, python-coverage, python-setuptools and
python-wheel; add python-setuptools-next.
Change-Id: I713ff521ff3f329733810cb4d80a16684fddc236
---
gnu/packages/machine-learning.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 88f5c540a0..bd77acf548 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1842,8 +1842,9 @@ operators and standard data types.")
" and not test_fuse_transpose")))))))))
(native-inputs
(append
- (list cmake-minimal python-pytest python-pytest-runner
- python-coverage python-setuptools python-wheel)
+ (list cmake-minimal
+ python-pytest
+ python-setuptools-next)
(filter
(lambda (pkg)
(member (or (%current-target-system)