From 241b172cc3e0f684f5476b36dc92e3be556ebb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:12:50 +0000 Subject: [PATCH] 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/v0.2.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 d8847c0..f9c0385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ tests = [ "coverage==7.5.0", "pytest>=3.5.0", "pytest-cov==6.0.0", - "numpy<2.2", + "numpy<2.3", ] docs = [ "pydata-sphinx-theme==0.16.0",