From 547a55a9eea84862a0a7d18c6e09760f29503d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:25:59 +0000 Subject: [PATCH] Update numba requirement from <0.57.0 to <0.63.0 in /MPI Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/v0.1rc0...0.62.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.62.0 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..96454ae8 100644 --- a/MPI/pyproject.toml +++ b/MPI/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics" ] dependencies = [ - "numba<0.57.0", + "numba<0.63.0", "numpy<1.25.0", "numba_mpi>=0.30", "PyMPDATA",