From cf1341ca7c182b7257ff6e604f256d6098d4c325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:02:13 +0000 Subject: [PATCH] Update numpy requirement Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.0.1 - [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.1) --- 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"]