From 5087a41ade18e55d06699adb8d83ce9f42913c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:49:06 +0800 Subject: [PATCH] chore(deps): update numpy requirement in /python (#208) Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.5...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements_ort.txt | 2 +- python/requirements_paddle.txt | 2 +- python/requirements_vino.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements_ort.txt b/python/requirements_ort.txt index e19741ff1..96a89516b 100644 --- a/python/requirements_ort.txt +++ b/python/requirements_ort.txt @@ -1,6 +1,6 @@ pyclipper>=1.2.0 opencv_python>=4.5.1.48 -numpy>=1.19.5,<2.0.0 +numpy>=1.19.5,<3.0.0 six>=1.15.0 Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML diff --git a/python/requirements_paddle.txt b/python/requirements_paddle.txt index e53f19586..f26a557d3 100644 --- a/python/requirements_paddle.txt +++ b/python/requirements_paddle.txt @@ -1,6 +1,6 @@ pyclipper>=1.2.0 opencv_python>=4.5.1.48 -numpy>=1.19.5,<2.0.0 +numpy>=1.19.5,<3.0.0 six>=1.15.0 Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML diff --git a/python/requirements_vino.txt b/python/requirements_vino.txt index 7ba825b60..38865db82 100644 --- a/python/requirements_vino.txt +++ b/python/requirements_vino.txt @@ -1,7 +1,7 @@ pyclipper>=1.2.0 openvino>=2022.2.0 opencv_python>=4.5.1.48 -numpy>=1.19.5,<2.0.0 +numpy>=1.19.5,<3.0.0 six>=1.15.0 Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug PyYAML