From ac58ae975089abe570fec4ae55e5be0923de6755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:37:51 +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.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.62.1 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 6b86a85f8..96454ae8d 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",