Skip to content
Snippets Groups Projects
Commit 5c7c2b83 authored by Sertonix's avatar Sertonix Committed by J0WI
Browse files

testing/onnxruntime: fix dependency on py3-numpy

onnxruntime is build against py3-numpy1 and therefor also needs to depend
on py3-numpy1 (and not py3-numpy)

Fixes #16753
parent 2d656868
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!77338testing/onnxruntime: fix dependency on py3-numpy
Pipeline #285155 skipped
# Maintainer: leso-kn <info@lesosoftware.com>
pkgname=onnxruntime
pkgver=1.19.2
pkgrel=2
pkgrel=3
pkgdesc="Cross-platform, high performance ML inferencing and training accelerator"
url="https://onnxruntime.ai"
# x86, s390x, loongarch64: fails to build
......@@ -90,7 +90,7 @@ py3() {
depends="
py3-coloredlogs
py3-flatbuffers
py3-numpy
py3-numpy1
py3-packaging
py3-sympy
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment