From f776b661600a410c22cc345a5aff1e0dab15b0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:59:59 +0000 Subject: [PATCH] Update numpy requirement from <2 to <3 in the dev-dependencies group Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.0.0 - [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/v0.2.0...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a611693..e123b7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ description = "FastCS support for a GeniCam" dependencies = [ "harvesters", - "numpy<2", + "numpy<3", "opencv-python", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"]