From b101eb75910b09988656278909637e4991286dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 07:13:14 +0000 Subject: [PATCH] build(deps): bump pnnx from 0.0.4 to 20241223 in /requirements Bumps [pnnx](https://github.com/Tencent/ncnn) from 0.0.4 to 20241223. - [Release notes](https://github.com/Tencent/ncnn/releases) - [Commits](https://github.com/Tencent/ncnn/commits) --- updated-dependencies: - dependency-name: pnnx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/inference.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/inference.txt b/requirements/inference.txt index ef713162..665950f7 100644 --- a/requirements/inference.txt +++ b/requirements/inference.txt @@ -1,5 +1,5 @@ libusb1>=3.0.0 -pnnx==0.0.4 +pnnx==20241223 ncnn>=1.0.20230517 onnx>=1.14.0 onnxmltools>=1.11.2