From b51a8d7d0178f3d600a7414d0aa73ca8ac12858a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:45:19 +0000 Subject: [PATCH] Update numpy requirement from <1.25.0 to <2.3.0 in /MPI 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.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MPI/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPI/pyproject.toml b/MPI/pyproject.toml index 6b86a85f..27197b00 100644 --- a/MPI/pyproject.toml +++ b/MPI/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "numba<0.57.0", - "numpy<1.25.0", + "numpy<2.3.0", "numba_mpi>=0.30", "PyMPDATA", "mpi4py==4.0.3",