From 10dacce294bbcb40f367dddc4e3630e7e5790bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:03:59 +0800 Subject: [PATCH] Update numpy requirement from <1.26.0,>=1.23.1 to >=1.23.1,<1.27.0 (#33) 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.23.1...v1.26.0) --- 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abdd756..e31fee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "opencv-python>=4.1.2", "Pillow>=9.2,<10.1", "scikit-learn>=1.1.1,<1.4.0", - "numpy>=1.23.1,<1.26.0" + "numpy>=1.23.1,<1.27.0" ] dynamic = ["version"]