From 1ad3c83f7c4712dd1fa97072cdf49e72a93ff8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 17:39:12 +0000 Subject: [PATCH] Update numpy requirement in the lib-dependencies group Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 1.26.4 - [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.2.0...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: lib-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 7203bb6..841e193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" requires-python = ">=3.10" -dependencies = ["numpy>=1.2,<=1.26.3"] +dependencies = ["numpy>=1.2,<=1.26.4"] [project.optional-dependencies] test = [