From b90e3970dfb4094c6a770011539569e428ec27b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:19:42 +0000 Subject: [PATCH 1/2] Update numpy requirement from <2.2 to <2.3 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.0...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8161dbf..db366f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ lint = [ "mypy==1.14.1", "reno>=3.4.0", "pylint==3.3.3", - "numpy<2.2", + "numpy<2.3", ] docs = [ "Sphinx>=3.0.0", From cd09f5444b2d4c92050908db736a1c9fca698ce1 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Mon, 6 Jan 2025 11:54:02 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db366f63..58ca676a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,6 @@ lint = [ "mypy==1.14.1", "reno>=3.4.0", "pylint==3.3.3", - "numpy<2.3", ] docs = [ "Sphinx>=3.0.0",