diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-19 15:17:53 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-19 16:19:46 +0100 |
| commit | 6ce3ab022e0e3ae1a8dd7445d64c73f9e84d6e0c (patch) | |
| tree | 065d53dfb28e7a348fe763026bbe573118c2f319 /gnu/packages/machine-learning.scm | |
| parent | daca0d9d26f415c40e49640eb2eb3dd33f00e354 (diff) | |
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
Diffstat (limited to 'gnu/packages/machine-learning.scm')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 88f5c540a00..bd77acf548c 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) |
