From 87a9180921b8c6316485119830c93325a993b7c3 Mon Sep 17 00:00:00 2001 From: Leviaria <113382526+Leviaria@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:09:58 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f5dea3..4a0d3dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ requires-python = ">= 3.9" dependencies = [ "flatbuffers>=2.0", "numpy>=1.23.5,<2", + "onnxruntime", "onnxruntime-gpu>=1.18.0", "Pillow>=10.1.0", "protobuf>=3.20.3", @@ -21,7 +22,7 @@ dependencies = [ "rich>=13.7.1", "loguru>=0.7.2", "adb-shell[async]==0.4.4", - "PyYAML", + "PyYAML", ] [project.optional-dependencies]