From a1c70ad328cbf1d5b0b44239e1cc1ce4df341ed5 Mon Sep 17 00:00:00 2001 From: Leviaria <113382526+Leviaria@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:59: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 4a0d3dd..dd3dd6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" requires-python = ">= 3.9" dependencies = [ "flatbuffers>=2.0", - "numpy>=1.23.5,<2", + "numpy>=1.23.5,!=2.0.0,!=2.0.1", "onnxruntime", "onnxruntime-gpu>=1.18.0", "Pillow>=10.1.0", @@ -23,6 +23,7 @@ dependencies = [ "loguru>=0.7.2", "adb-shell[async]==0.4.4", "PyYAML", + "pybind11>=2.12", ] [project.optional-dependencies]