diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index d673618fec6..88f5c540a00 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1815,7 +1815,7 @@ operators and standard data types.") (patches (search-patches "onnx-optimizer-system-library.patch")) (modules '((guix build utils))) (snippet '(delete-file-recursively "third_party")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments ;; reuse build system tweaks (substitute-keyword-arguments (package-arguments onnx) @@ -1843,7 +1843,7 @@ operators and standard data types.") (native-inputs (append (list cmake-minimal python-pytest python-pytest-runner - python-coverage) + python-coverage python-setuptools python-wheel) (filter (lambda (pkg) (member (or (%current-target-system) |
