mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
daca0d9d26
commit
6ce3ab022e
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue