From 96449d224af70bdc8b47e9850f5d5702faa0d097 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 00:22:08 +0000 Subject: automatic import of onnxruntime --- onnxruntime.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/onnxruntime.spec b/onnxruntime.spec index 4fa75de..74ff3bb 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -52,13 +52,11 @@ ONNX Runtime inference can enable faster customer experiences and lower costs, s %autosetup -p1 -n %{name}-%{version} %build -%py3_build -#python3 setup.py build +cp ./requirements-dev.txt ./requirements.txt +%pyproject_build %install -%define _unpackaged_files_terminate_build 0 -%py3_install -#python3 setup.py install +%pyproject_install %files -n python3-onnxruntime %doc *.md -- cgit v1.2.3