~ruther/guix-local

6ce3ab022e0e3ae1a8dd7445d64c73f9e84d6e0c — Sharlatan Hellseher 9 months ago daca0d9
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
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +3 -2
@@ 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)